#32994A

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

Shades of Chateau Green #32994A

Tints of Chateau Green #32994A

Color information

#32994A (or 0x32994A) is unknown color: approx Chateau Green. HEX triplet: 32, 99 and 4A. RGB value is (50,153,74). Sum of RGB (Red+Green+Blue) = 50+153+74=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #32994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32994A is #CD66B5. Grayscale: #717171. Windows color (decimal): -13461174 or 4888882. OLE color: 4888882.

HSL color Cylindrical-coordinate representation of color #32994A: hue angle of 133.98º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32994A is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB5015374-
CMYK0.6700.520.4
HSL133.98º50.74%39.8%-
HSV(B)133.98º67.32%60%-
XYZ13.9423.9510.37-
YUV113.2105.8882.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=18.05%
G=55.23%
B=26.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50153740.6700.520.4133.9850.7439.8
Hex32994A4303428863328
Octal62231112103064502066350
Binary1100101001100110010101000011011010010100010000110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32994A; }

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

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

<style>
 a { background-color: #32994A; }

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

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

<style>
 span { border-color: #32994A; }

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

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