#36A296

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

Shades of Gossamer #36A296

Tints of Gossamer #36A296

Color information

#36A296 (or 0x36A296) is unknown color: approx Gossamer. HEX triplet: 36, A2 and 96. RGB value is (54,162,150). Sum of RGB (Red+Green+Blue) = 54+162+150=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #36A296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A296 is #C95D69. Grayscale: #808080. Windows color (decimal): -13196650 or 9871926. OLE color: 9871926.

HSL color Cylindrical-coordinate representation of color #36A296: hue angle of 173.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A296 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB54162150-
CMYK0.6700.070.36
HSL173.33º50%42.35%-
HSV(B)173.33º66.67%63.53%-
XYZ19.9528.8333.37-
YUV128.34140.2274.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.75%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=14.75%
G=44.26%
B=40.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541621500.6700.070.36173.335042.35
Hex36A296430724ad322a
Octal6624222610307442556252
Binary11011010100010100101101000011011110010010101101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,162,150); }

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

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

 a { background-color: rgb(54,162,150); }

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

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

 span { border-color: rgb(54,162,150); }

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