#329942

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

Shades of Chateau Green #329942

Tints of Chateau Green #329942

Color information

#329942 (or 0x329942) is unknown color: approx Chateau Green. HEX triplet: 32, 99 and 42. RGB value is (50,153,66). Sum of RGB (Red+Green+Blue) = 50+153+66=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 153 (60.16% from 255 or 56.88% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 153 - color contains mainly: green. Hex color #329942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329942 is #CD66BD. Grayscale: #707070. Windows color (decimal): -13461182 or 4364594. OLE color: 4364594.

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

Color convert

RGB5015366-
CMYK0.6700.570.4
HSL129.32º50.74%39.8%-
HSV(B)129.32º67.32%60%-
XYZ13.6923.859.04-
YUV112.28101.8883.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 153 (60.16% from 255) = 56.88%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=18.59%
G=56.88%
B=24.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50153660.6700.570.4129.3250.7439.8
Hex3299424303928813328
Octal62231102103071502016350
Binary1100101001100110000101000011011100110100010000001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329942; }

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

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

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

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

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

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

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

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