#329F50

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

Shades of Chateau Green #329F50

Tints of Chateau Green #329F50

Color information

#329F50 (or 0x329F50) is unknown color: approx Chateau Green. HEX triplet: 32, 9F and 50. RGB value is (50,159,80). Sum of RGB (Red+Green+Blue) = 50+159+80=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #329F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F50 is #CD60AF. Grayscale: #757575. Windows color (decimal): -13459632 or 5283634. OLE color: 5283634.

HSL color Cylindrical-coordinate representation of color #329F50: hue angle of 136.51º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F50 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB5015980-
CMYK0.6900.500.38
HSL136.51º52.15%40.98%-
HSV(B)136.51º68.55%62.35%-
XYZ15.1626.0511.82-
YUV117.4106.8979.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 159 (62.5% from 255) = 55.02%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=17.30%
G=55.02%
B=27.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50159800.6900.500.38136.5152.1540.98
Hex329F504503226893429
Octal62237120105062462116451
Binary1100101001111110100001000101011001010011010001001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329F50; }

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

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

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

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

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

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

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

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