#329946

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

Shades of Chateau Green #329946

Tints of Chateau Green #329946

Color information

#329946 (or 0x329946) is unknown color: approx Chateau Green. HEX triplet: 32, 99 and 46. RGB value is (50,153,70). Sum of RGB (Red+Green+Blue) = 50+153+70=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #329946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329946 is #CD66B9. Grayscale: #707070. Windows color (decimal): -13461178 or 4626738. OLE color: 4626738.

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

Color convert

RGB5015370-
CMYK0.6700.540.4
HSL131.65º50.74%39.8%-
HSV(B)131.65º67.32%60%-
XYZ13.8123.99.68-
YUV112.74103.8883.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 153 (60.16% from 255) = 56.04%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=18.32%
G=56.04%
B=25.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50153700.6700.540.4131.6550.7439.8
Hex3299464303628843328
Octal62231106103066502046350
Binary1100101001100110001101000011011011010100010000100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329946; }

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

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

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

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

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

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

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

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