#329848

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

Shades of Chateau Green #329848

Tints of Chateau Green #329848

Color information

#329848 (or 0x329848) is unknown color: approx Chateau Green. HEX triplet: 32, 98 and 48. RGB value is (50,152,72). Sum of RGB (Red+Green+Blue) = 50+152+72=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #329848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329848 is #CD67B7. Grayscale: #707070. Windows color (decimal): -13461432 or 4757554. OLE color: 4757554.

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

Color convert

RGB5015272-
CMYK0.6700.530.40
HSL132.94º50.5%39.61%-
HSV(B)132.94º67.11%59.61%-
XYZ13.7123.69.96-
YUV112.38105.2183.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 152 (59.77% from 255) = 55.47%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=18.25%
G=55.47%
B=26.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50152720.6700.530.40132.9450.539.61
Hex3298484303528853228
Octal62230110103065502056250
Binary1100101001100010010001000011011010110100010000101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329848; }

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

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

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

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

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

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

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

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