#369976

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

Shades of Gossamer #369976

Tints of Gossamer #369976

Color information

#369976 (or 0x369976) is unknown color: approx Gossamer. HEX triplet: 36, 99 and 76. RGB value is (54,153,118). Sum of RGB (Red+Green+Blue) = 54+153+118=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #369976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369976 is #C96689. Grayscale: #777777. Windows color (decimal): -13198986 or 7772470. OLE color: 7772470.

HSL color Cylindrical-coordinate representation of color #369976: hue angle of 158.79º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369976 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB54153118-
CMYK0.6500.230.4
HSL158.79º47.83%40.59%-
HSV(B)158.79º64.71%60%-
XYZ16.1824.8721.09-
YUV119.41127.281.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.62%
GREEN value IS 153 (60.16% from 255) = 47.08%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=16.62%
G=47.08%
B=36.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541531180.6500.230.4158.7947.8340.59
Hex36997641017289f3029
Octal66231166101027502376051
Binary110110100110011110110100000101011110100010011111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369976; }

 p { color: rgb(54,153,118); }

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

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

 a { background-color: rgb(54,153,118); }

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

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

 span { border-color: rgb(54,153,118); }

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