#36A885

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

Shades of Gossamer #36A885

Tints of Gossamer #36A885

Color information

#36A885 (or 0x36A885) is unknown color: approx Gossamer. HEX triplet: 36, A8 and 85. RGB value is (54,168,133). Sum of RGB (Red+Green+Blue) = 54+168+133=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #36A885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A885 is #C9577A. Grayscale: #818181. Windows color (decimal): -13195131 or 8759350. OLE color: 8759350.

HSL color Cylindrical-coordinate representation of color #36A885: hue angle of 161.58º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36A885 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB54168133-
CMYK0.6800.210.34
HSL161.58º51.35%43.53%-
HSV(B)161.58º67.86%65.88%-
XYZ19.7630.4827.03-
YUV129.92129.7373.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.21%
GREEN value IS 168 (66.02% from 255) = 47.32%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=15.21%
G=47.32%
B=37.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal541681330.6800.210.34161.5851.3543.53
Hex36A8854401522a2332c
Octal66250205104025422426354
Binary1101101010100010000101100010001010110001010100010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,168,133); }

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

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

 a { background-color: rgb(54,168,133); }

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

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

 span { border-color: rgb(54,168,133); }

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