#379481

Color #379481 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #379481

Tints of Gossamer #379481

Color information

#379481 (or 0x379481) is unknown color: approx Gossamer. HEX triplet: 37, 94 and 81. RGB value is (55,148,129). Sum of RGB (Red+Green+Blue) = 55+148+129=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #379481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379481 is #C86B7E. Grayscale: #767676. Windows color (decimal): -13134719 or 8492087. OLE color: 8492087.

HSL color Cylindrical-coordinate representation of color #379481: hue angle of 167.74º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379481 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB55148129-
CMYK0.6300.130.42
HSL167.74º45.81%39.8%-
HSV(B)167.74º62.84%58.04%-
XYZ16.1323.5824.47-
YUV118.03134.1983.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 16.57%
GREEN value IS 148 (58.20% from 255) = 44.58%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=16.57%
G=44.58%
B=38.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551481290.6300.130.42167.7445.8139.8
Hex3794813F0D2Aa82e28
Octal6722420177015522505650
Binary11011110010100100000011111110110110101010101000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379481; }

 p { color: rgb(55,148,129); }

 H1.HeaderClassName
 {
   color: #379481;
 }
 .AnyTagClassName
 {
   color: #379481;
 }
</style>
background-color css

<style>
 a { background-color: #379481; }

 a { background-color: rgb(55,148,129); }

 div.DivClassName
 {
   background-color: #379481;
 }
 .BgClassName
 {
   background-color: #379481;
 }
</style>
border-color css

<style>
 span { border-color: #379481; }

 span { border-color: rgb(55,148,129); }

 td.TdClassName
 {
   border-color: #379481;
 }
 .TagClassName
 {
   border-color: #379481;
 }
</style>