#329344

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

Shades of Chateau Green #329344

Tints of Chateau Green #329344

Color information

#329344 (or 0x329344) is unknown color: approx Chateau Green. HEX triplet: 32, 93 and 44. RGB value is (50,147,68). Sum of RGB (Red+Green+Blue) = 50+147+68=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #329344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329344 is #CD6CBB. Grayscale: #6D6D6D. Windows color (decimal): -13462716 or 4494130. OLE color: 4494130.

HSL color Cylindrical-coordinate representation of color #329344: hue angle of 131.13º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329344 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB5014768-
CMYK0.6600.540.42
HSL131.13º49.24%38.63%-
HSV(B)131.13º65.99%57.65%-
XYZ12.7921.969.03-
YUV108.99104.8685.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 147 (57.81% from 255) = 55.47%
BLUE value IS 68 (26.95% from 255) = 25.66%
R=18.87%
G=55.47%
B=25.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50147680.6600.540.42131.1349.2438.63
Hex329344420362A833127
Octal62223104102066522036147
Binary1100101001001110001001000010011011010101010000011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329344; }

 p { color: rgb(50,147,68); }

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

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

 a { background-color: rgb(50,147,68); }

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

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

 span { border-color: rgb(50,147,68); }

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