#36AA5A

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

Shades of Chateau Green #36AA5A

Tints of Chateau Green #36AA5A

Color information

#36AA5A (or 0x36AA5A) is unknown color: approx Chateau Green. HEX triplet: 36, AA and 5A. RGB value is (54,170,90). Sum of RGB (Red+Green+Blue) = 54+170+90=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #36AA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36AA5A is #C955A5. Grayscale: #7E7E7E. Windows color (decimal): -13194662 or 5941814. OLE color: 5941814.

HSL color Cylindrical-coordinate representation of color #36AA5A: hue angle of 138.62º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36AA5A is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB5417090-
CMYK0.6800.470.33
HSL138.62º51.79%43.92%-
HSV(B)138.62º68.24%66.67%-
XYZ17.7430.2714.58-
YUV126.2107.5776.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 170 (66.80% from 255) = 54.14%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=17.20%
G=54.14%
B=28.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54170900.6800.470.33138.6251.7943.92
Hex36AA5A4402F218b342c
Octal66252132104057412136454
Binary1101101010101010110101000100010111110000110001011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,170,90); }

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

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

 a { background-color: rgb(54,170,90); }

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

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

 span { border-color: rgb(54,170,90); }

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