#36C252

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

Shades of Chateau Green #36C252

Tints of Chateau Green #36C252

Color information

#36C252 (or 0x36C252) is unknown color: approx Chateau Green. HEX triplet: 36, C2 and 52. RGB value is (54,194,82). Sum of RGB (Red+Green+Blue) = 54+194+82=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #36C252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C252 is #C93DAD. Grayscale: #8B8B8B. Windows color (decimal): -13188526 or 5423670. OLE color: 5423670.

HSL color Cylindrical-coordinate representation of color #36C252: hue angle of 132º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C252 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB5419482-
CMYK0.7200.580.24
HSL132º56.45%48.63%-
HSV(B)132º72.16%76.08%-
XYZ22.3439.9814.52-
YUV139.3795.6267.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 194 (76.17% from 255) = 58.79%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=16.36%
G=58.79%
B=24.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal54194820.7200.580.2413256.4548.63
Hex36C2524803A18843831
Octal66302122110072302047061
Binary110110110000101010010100100001110101100010000100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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