#32A24A

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

Shades of Chateau Green #32A24A

Tints of Chateau Green #32A24A

Color information

#32A24A (or 0x32A24A) is unknown color: approx Chateau Green. HEX triplet: 32, A2 and 4A. RGB value is (50,162,74). Sum of RGB (Red+Green+Blue) = 50+162+74=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #32A24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A24A is #CD5DB5. Grayscale: #767676. Windows color (decimal): -13458870 or 4891186. OLE color: 4891186.

HSL color Cylindrical-coordinate representation of color #32A24A: hue angle of 132.86º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A24A is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB5016274-
CMYK0.6900.540.36
HSL132.86º52.83%41.57%-
HSV(B)132.86º69.14%63.53%-
XYZ15.4727.0110.88-
YUV118.48102.8979.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.48%
GREEN value IS 162 (63.67% from 255) = 56.64%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=17.48%
G=56.64%
B=25.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50162740.6900.540.36132.8652.8341.57
Hex32A24A450362485352a
Octal62242112105066442056552
Binary1100101010001010010101000101011011010010010000101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32A24A; }

 p { color: rgb(50,162,74); }

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

<style>
 a { background-color: #32A24A; }

 a { background-color: rgb(50,162,74); }

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

<style>
 span { border-color: #32A24A; }

 span { border-color: rgb(50,162,74); }

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