#32994F

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

Shades of Chateau Green #32994F

Tints of Chateau Green #32994F

Color information

#32994F (or 0x32994F) is unknown color: approx Chateau Green. HEX triplet: 32, 99 and 4F. RGB value is (50,153,79). Sum of RGB (Red+Green+Blue) = 50+153+79=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #32994F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32994F is #CD66B0. Grayscale: #717171. Windows color (decimal): -13461169 or 5216562. OLE color: 5216562.

HSL color Cylindrical-coordinate representation of color #32994F: hue angle of 136.89º 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 #32994F is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB5015379-
CMYK0.6700.480.4
HSL136.89º50.74%39.8%-
HSV(B)136.89º67.32%60%-
XYZ14.1224.0311.29-
YUV113.77108.3882.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 153 (60.16% from 255) = 54.26%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=17.73%
G=54.26%
B=28.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50153790.6700.480.4136.8950.7439.8
Hex32994F4303028893328
Octal62231117103060502116350
Binary1100101001100110011111000011011000010100010001001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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