#329B4D

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

Shades of Chateau Green #329B4D

Tints of Chateau Green #329B4D

Color information

#329B4D (or 0x329B4D) is unknown color: approx Chateau Green. HEX triplet: 32, 9B and 4D. RGB value is (50,155,77). Sum of RGB (Red+Green+Blue) = 50+155+77=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #329B4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B4D is #CD64B2. Grayscale: #727272. Windows color (decimal): -13460659 or 5086002. OLE color: 5086002.

HSL color Cylindrical-coordinate representation of color #329B4D: hue angle of 135.43º 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 #329B4D is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB5015577-
CMYK0.6800.500.39
HSL135.43º51.22%40.2%-
HSV(B)135.43º67.74%60.78%-
XYZ14.3824.6611.02-
YUV114.71106.7181.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 155 (60.94% from 255) = 54.96%
BLUE value IS 77 (30.47% from 255) = 27.30%
R=17.73%
G=54.96%
B=27.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155770.6800.500.39135.4351.2240.2
Hex329B4D4403227873328
Octal62233115104062472076350
Binary1100101001101110011011000100011001010011110000111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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