#329846

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

Shades of Chateau Green #329846

Tints of Chateau Green #329846

Color information

#329846 (or 0x329846) is unknown color: approx Chateau Green. HEX triplet: 32, 98 and 46. RGB value is (50,152,70). Sum of RGB (Red+Green+Blue) = 50+152+70=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #329846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329846 is #CD67B9. Grayscale: #707070. Windows color (decimal): -13461434 or 4626482. OLE color: 4626482.

HSL color Cylindrical-coordinate representation of color #329846: hue angle of 131.76º degrees, saturation: 0.5, 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 #329846 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB5015270-
CMYK0.6700.540.40
HSL131.76º50.5%39.61%-
HSV(B)131.76º67.11%59.61%-
XYZ13.6523.589.63-
YUV112.15104.2183.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 152 (59.77% from 255) = 55.88%
BLUE value IS 70 (27.73% from 255) = 25.74%
R=18.38%
G=55.88%
B=25.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50152700.6700.540.40131.7650.539.61
Hex3298464303628843228
Octal62230106103066502046250
Binary1100101001100010001101000011011011010100010000100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329846; }

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

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

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

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

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

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

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

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