#329A48

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

Shades of Chateau Green #329A48

Tints of Chateau Green #329A48

Color information

#329A48 (or 0x329A48) is unknown color: approx Chateau Green. HEX triplet: 32, 9A and 48. RGB value is (50,154,72). Sum of RGB (Red+Green+Blue) = 50+154+72=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 154 (60.55% from 255 or 55.80% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 154 - color contains mainly: green. Hex color #329A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329A48 is #CD65B7. Grayscale: #717171. Windows color (decimal): -13460920 or 4758066. OLE color: 4758066.

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

Color convert

RGB5015472-
CMYK0.6800.530.40
HSL132.69º50.98%40%-
HSV(B)132.69º67.53%60.39%-
XYZ14.0424.2610.07-
YUV113.56104.5482.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 154 (60.55% from 255) = 55.80%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=18.12%
G=55.80%
B=26.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50154720.6800.530.40132.6950.9840
Hex329A484403528853328
Octal62232110104065502056350
Binary1100101001101010010001000100011010110100010000101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,154,72); }

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

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

 a { background-color: rgb(50,154,72); }

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

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

 span { border-color: rgb(50,154,72); }

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