#329952

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

Shades of Chateau Green #329952

Tints of Chateau Green #329952

Color information

#329952 (or 0x329952) is unknown color: approx Chateau Green. HEX triplet: 32, 99 and 52. RGB value is (50,153,82). Sum of RGB (Red+Green+Blue) = 50+153+82=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #329952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329952 is #CD66AD. Grayscale: #727272. Windows color (decimal): -13461166 or 5413170. OLE color: 5413170.

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

Color convert

RGB5015382-
CMYK0.6700.460.4
HSL138.64º50.74%39.8%-
HSV(B)138.64º67.32%60%-
XYZ14.2324.0711.88-
YUV114.11109.8882.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.54%
GREEN value IS 153 (60.16% from 255) = 53.68%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=17.54%
G=53.68%
B=28.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50153820.6700.460.4138.6450.7439.8
Hex3299524302E288b3328
Octal62231122103056502136350
Binary1100101001100110100101000011010111010100010001011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329952; }

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

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

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

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

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

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

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

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