#36A180

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

Shades of Gossamer #36A180

Tints of Gossamer #36A180

Color information

#36A180 (or 0x36A180) is unknown color: approx Gossamer. HEX triplet: 36, A1 and 80. RGB value is (54,161,128). Sum of RGB (Red+Green+Blue) = 54+161+128=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #36A180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A180 is #C95E7F. Grayscale: #7D7D7D. Windows color (decimal): -13196928 or 8429878. OLE color: 8429878.

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

Color convert

RGB54161128-
CMYK0.6600.200.37
HSL161.5º49.77%42.16%-
HSV(B)161.5º66.46%63.14%-
XYZ18.1627.8324.84-
YUV125.24129.5577.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.74%
GREEN value IS 161 (63.28% from 255) = 46.94%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=15.74%
G=46.94%
B=37.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal541611280.6600.200.37161.549.7742.16
Hex36A1804201425a1322a
Octal66241200102024452416252
Binary1101101010000110000000100001001010010010110100001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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