#329B47

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

Shades of Chateau Green #329B47

Tints of Chateau Green #329B47

Color information

#329B47 (or 0x329B47) is unknown color: approx Chateau Green. HEX triplet: 32, 9B and 47. RGB value is (50,155,71). Sum of RGB (Red+Green+Blue) = 50+155+71=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 155 (60.94% from 255 or 56.16% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 155 - color contains mainly: green. Hex color #329B47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B47 is #CD64B8. Grayscale: #727272. Windows color (decimal): -13460665 or 4692786. OLE color: 4692786.

HSL color Cylindrical-coordinate representation of color #329B47: hue angle of 132º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B47 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB5015571-
CMYK0.6800.540.39
HSL132º51.22%40.2%-
HSV(B)132º67.74%60.78%-
XYZ14.1724.589.96-
YUV114.03103.7182.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 155 (60.94% from 255) = 56.16%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=18.12%
G=56.16%
B=25.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155710.6800.540.3913251.2240.2
Hex329B474403627843328
Octal62233107104066472046350
Binary1100101001101110001111000100011011010011110000100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,155,71); }

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

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

 a { background-color: rgb(50,155,71); }

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

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

 span { border-color: rgb(50,155,71); }

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