#36AA52

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

Shades of Chateau Green #36AA52

Tints of Chateau Green #36AA52

Color information

#36AA52 (or 0x36AA52) is unknown color: approx Chateau Green. HEX triplet: 36, AA and 52. RGB value is (54,170,82). Sum of RGB (Red+Green+Blue) = 54+170+82=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #36AA52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36AA52 is #C955AD. Grayscale: #7D7D7D. Windows color (decimal): -13194670 or 5417526. OLE color: 5417526.

HSL color Cylindrical-coordinate representation of color #36AA52: hue angle of 134.48º 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 #36AA52 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB5417082-
CMYK0.6800.520.33
HSL134.48º51.79%43.92%-
HSV(B)134.48º68.24%66.67%-
XYZ17.4230.1412.88-
YUV125.28103.5777.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 170 (66.80% from 255) = 55.56%
BLUE value IS 82 (32.42% from 255) = 26.80%
R=17.65%
G=55.56%
B=26.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54170820.6800.520.33134.4851.7943.92
Hex36AA52440342186342c
Octal66252122104064412066454
Binary1101101010101010100101000100011010010000110000110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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