#329340

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

Shades of Chateau Green #329340

Tints of Chateau Green #329340

Color information

#329340 (or 0x329340) is unknown color: approx Chateau Green. HEX triplet: 32, 93 and 40. RGB value is (50,147,64). Sum of RGB (Red+Green+Blue) = 50+147+64=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #329340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329340 is #CD6CBF. Grayscale: #6C6C6C. Windows color (decimal): -13462720 or 4231986. OLE color: 4231986.

HSL color Cylindrical-coordinate representation of color #329340: hue angle of 128.66º 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 #329340 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB5014764-
CMYK0.6600.560.42
HSL128.66º49.24%38.63%-
HSV(B)128.66º65.99%57.65%-
XYZ12.6721.928.41-
YUV108.54102.8686.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 147 (57.81% from 255) = 56.32%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=19.16%
G=56.32%
B=24.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50147640.6600.560.42128.6649.2438.63
Hex329340420382A813127
Octal62223100102070522016147
Binary1100101001001110000001000010011100010101010000001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329340; }

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

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

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

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

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

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

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

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