#329242

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

Shades of Chateau Green #329242

Tints of Chateau Green #329242

Color information

#329242 (or 0x329242) is unknown color: approx Chateau Green. HEX triplet: 32, 92 and 42. RGB value is (50,146,66). Sum of RGB (Red+Green+Blue) = 50+146+66=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #329242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329242 is #CD6DBD. Grayscale: #6C6C6C. Windows color (decimal): -13462974 or 4362802. OLE color: 4362802.

HSL color Cylindrical-coordinate representation of color #329242: hue angle of 130º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329242 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB5014666-
CMYK0.6600.550.43
HSL130º48.98%38.43%-
HSV(B)130º65.75%57.25%-
XYZ12.5821.638.67-
YUV108.18104.286.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 146 (57.42% from 255) = 55.73%
BLUE value IS 66 (26.17% from 255) = 25.19%
R=19.08%
G=55.73%
B=25.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50146660.6600.550.4313048.9838.43
Hex329242420372B823126
Octal62222102102067532026146
Binary1100101001001010000101000010011011110101110000010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329242; }

 p { color: rgb(50,146,66); }

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

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

 a { background-color: rgb(50,146,66); }

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

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

 span { border-color: rgb(50,146,66); }

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