#36A076

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

Shades of Gossamer #36A076

Tints of Gossamer #36A076

Color information

#36A076 (or 0x36A076) is unknown color: approx Gossamer. HEX triplet: 36, A0 and 76. RGB value is (54,160,118). Sum of RGB (Red+Green+Blue) = 54+160+118=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #36A076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36A076 is #C95F89. Grayscale: #7B7B7B. Windows color (decimal): -13197194 or 7774262. OLE color: 7774262.

HSL color Cylindrical-coordinate representation of color #36A076: hue angle of 156.23º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36A076 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB54160118-
CMYK0.6600.260.37
HSL156.23º49.53%41.96%-
HSV(B)156.23º66.25%62.75%-
XYZ17.3627.2321.48-
YUV123.52124.8878.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.27%
GREEN value IS 160 (62.89% from 255) = 48.19%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=16.27%
G=48.19%
B=35.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal541601180.6600.260.37156.2349.5341.96
Hex36A0764201A259c322a
Octal66240166102032452346252
Binary110110101000001110110100001001101010010110011100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36A076; }

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

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

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

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

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

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

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

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