#36A058

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

Shades of Chateau Green #36A058

Tints of Chateau Green #36A058

Color information

#36A058 (or 0x36A058) is unknown color: approx Chateau Green. HEX triplet: 36, A0 and 58. RGB value is (54,160,88). Sum of RGB (Red+Green+Blue) = 54+160+88=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #36A058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36A058 is #C95FA7. Grayscale: #787878. Windows color (decimal): -13197224 or 5808182. OLE color: 5808182.

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

Color convert

RGB5416088-
CMYK0.6600.450.37
HSL139.25º49.53%41.96%-
HSV(B)139.25º66.25%62.75%-
XYZ15.8526.6313.54-
YUV120.1109.8880.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 160 (62.89% from 255) = 52.98%
BLUE value IS 88 (34.77% from 255) = 29.14%
R=17.88%
G=52.98%
B=29.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal54160880.6600.450.37139.2549.5341.96
Hex36A0584202D258b322a
Octal66240130102055452136252
Binary1101101010000010110001000010010110110010110001011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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