#36A18A

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

Shades of Gossamer #36A18A

Tints of Gossamer #36A18A

Color information

#36A18A (or 0x36A18A) is unknown color: approx Gossamer. HEX triplet: 36, A1 and 8A. RGB value is (54,161,138). Sum of RGB (Red+Green+Blue) = 54+161+138=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #36A18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A18A is #C95E75. Grayscale: #7E7E7E. Windows color (decimal): -13196918 or 9085238. OLE color: 9085238.

HSL color Cylindrical-coordinate representation of color #36A18A: hue angle of 167.1º 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 #36A18A is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB54161138-
CMYK0.6600.140.37
HSL167.1º49.77%42.16%-
HSV(B)167.1º66.46%63.14%-
XYZ18.8528.1128.48-
YUV126.38134.5576.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.30%
GREEN value IS 161 (63.28% from 255) = 45.61%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=15.30%
G=45.61%
B=39.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal541611380.6600.140.37167.149.7742.16
Hex36A18A420E25a7322a
Octal66241212102016452476252
Binary110110101000011000101010000100111010010110100111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,161,138); }

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

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

 a { background-color: rgb(54,161,138); }

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

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

 span { border-color: rgb(54,161,138); }

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