#329950

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

Shades of Chateau Green #329950

Tints of Chateau Green #329950

Color information

#329950 (or 0x329950) is unknown color: approx Chateau Green. HEX triplet: 32, 99 and 50. RGB value is (50,153,80). Sum of RGB (Red+Green+Blue) = 50+153+80=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #329950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329950 is #CD66AF. Grayscale: #727272. Windows color (decimal): -13461168 or 5282098. OLE color: 5282098.

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

Color convert

RGB5015380-
CMYK0.6700.480.4
HSL137.48º50.74%39.8%-
HSV(B)137.48º67.32%60%-
XYZ14.1524.0411.48-
YUV113.88108.8882.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 153 (60.16% from 255) = 54.06%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=17.67%
G=54.06%
B=28.27%

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
Decimal50153800.6700.480.4137.4850.7439.8
Hex3299504303028893328
Octal62231120103060502116350
Binary1100101001100110100001000011011000010100010001001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329950; }

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

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

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

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

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

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

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

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