#379876

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

Shades of Gossamer #379876

Tints of Gossamer #379876

Color information

#379876 (or 0x379876) is unknown color: approx Gossamer. HEX triplet: 37, 98 and 76. RGB value is (55,152,118). Sum of RGB (Red+Green+Blue) = 55+152+118=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #379876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379876 is #C86789. Grayscale: #777777. Windows color (decimal): -13133706 or 7772215. OLE color: 7772215.

HSL color Cylindrical-coordinate representation of color #379876: hue angle of 158.97º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379876 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB55152118-
CMYK0.6400.220.40
HSL158.97º46.86%40.59%-
HSV(B)158.97º63.82%59.61%-
XYZ16.0724.5821.04-
YUV119.12127.3682.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=16.92%
G=46.77%
B=36.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551521180.6400.220.40158.9746.8640.59
Hex37987640016289f2f29
Octal67230166100026502375751
Binary110111100110001110110100000001011010100010011111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379876; }

 p { color: rgb(55,152,118); }

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

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

 a { background-color: rgb(55,152,118); }

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

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

 span { border-color: rgb(55,152,118); }

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