#329945

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

Shades of Chateau Green #329945

Tints of Chateau Green #329945

Color information

#329945 (or 0x329945) is unknown color: approx Chateau Green. HEX triplet: 32, 99 and 45. RGB value is (50,153,69). Sum of RGB (Red+Green+Blue) = 50+153+69=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #329945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329945 is #CD66BA. Grayscale: #707070. Windows color (decimal): -13461179 or 4561202. OLE color: 4561202.

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

Color convert

RGB5015369-
CMYK0.6700.550.4
HSL131.07º50.74%39.8%-
HSV(B)131.07º67.32%60%-
XYZ13.7823.899.52-
YUV112.63103.3883.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 153 (60.16% from 255) = 56.25%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=18.38%
G=56.25%
B=25.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50153690.6700.550.4131.0750.7439.8
Hex3299454303728833328
Octal62231105103067502036350
Binary1100101001100110001011000011011011110100010000011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329945; }

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

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

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

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

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

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

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

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