#32964C

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

Shades of Chateau Green #32964C

Tints of Chateau Green #32964C

Color information

#32964C (or 0x32964C) is unknown color: approx Chateau Green. HEX triplet: 32, 96 and 4C. RGB value is (50,150,76). Sum of RGB (Red+Green+Blue) = 50+150+76=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #32964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32964C is #CD69B3. Grayscale: #6F6F6F. Windows color (decimal): -13461940 or 5019186. OLE color: 5019186.

HSL color Cylindrical-coordinate representation of color #32964C: hue angle of 135.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32964C is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB5015076-
CMYK0.6700.490.41
HSL135.6º50%39.22%-
HSV(B)135.6º66.67%58.82%-
XYZ13.5323.0110.57-
YUV111.66107.8784.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 150 (58.98% from 255) = 54.35%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=18.12%
G=54.35%
B=27.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50150760.6700.490.41135.65039.22
Hex32964C4303129883227
Octal62226114103061512106247
Binary1100101001011010011001000011011000110100110001000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32964C; }

 p { color: rgb(50,150,76); }

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

<style>
 a { background-color: #32964C; }

 a { background-color: rgb(50,150,76); }

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

<style>
 span { border-color: #32964C; }

 span { border-color: rgb(50,150,76); }

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