#329746

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

Shades of Chateau Green #329746

Tints of Chateau Green #329746

Color information

#329746 (or 0x329746) is unknown color: approx Chateau Green. HEX triplet: 32, 97 and 46. RGB value is (50,151,70). Sum of RGB (Red+Green+Blue) = 50+151+70=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #329746 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329746 is #CD68B9. Grayscale: #6F6F6F. Windows color (decimal): -13461690 or 4626226. OLE color: 4626226.

HSL color Cylindrical-coordinate representation of color #329746: hue angle of 131.88º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329746 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB5015170-
CMYK0.6700.540.41
HSL131.88º50.25%39.41%-
HSV(B)131.88º66.89%59.22%-
XYZ13.4923.259.57-
YUV111.57104.5484.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 151 (59.38% from 255) = 55.72%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=18.45%
G=55.72%
B=25.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50151700.6700.540.41131.8850.2539.41
Hex3297464303629843227
Octal62227106103066512046247
Binary1100101001011110001101000011011011010100110000100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329746; }

 p { color: rgb(50,151,70); }

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

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

 a { background-color: rgb(50,151,70); }

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

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

 span { border-color: rgb(50,151,70); }

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