#329645

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

Shades of Chateau Green #329645

Tints of Chateau Green #329645

Color information

#329645 (or 0x329645) is unknown color: approx Chateau Green. HEX triplet: 32, 96 and 45. RGB value is (50,150,69). Sum of RGB (Red+Green+Blue) = 50+150+69=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #329645 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329645 is #CD69BA. Grayscale: #6F6F6F. Windows color (decimal): -13461947 or 4560434. OLE color: 4560434.

HSL color Cylindrical-coordinate representation of color #329645: hue angle of 131.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329645 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB5015069-
CMYK0.6700.540.41
HSL131.4º50%39.22%-
HSV(B)131.4º66.67%58.82%-
XYZ13.322.929.35-
YUV110.87104.3784.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 150 (58.98% from 255) = 55.76%
BLUE value IS 69 (27.34% from 255) = 25.65%
R=18.59%
G=55.76%
B=25.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50150690.6700.540.41131.45039.22
Hex3296454303629833227
Octal62226105103066512036247
Binary1100101001011010001011000011011011010100110000011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329645; }

 p { color: rgb(50,150,69); }

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

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

 a { background-color: rgb(50,150,69); }

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

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

 span { border-color: rgb(50,150,69); }

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