#329E42

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

Shades of Chateau Green #329E42

Tints of Chateau Green #329E42

Color information

#329E42 (or 0x329E42) is unknown color: approx Chateau Green. HEX triplet: 32, 9E and 42. RGB value is (50,158,66). Sum of RGB (Red+Green+Blue) = 50+158+66=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 158 (62.11% from 255 or 57.66% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 158 - color contains mainly: green. Hex color #329E42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329E42 is #CD61BD. Grayscale: #737373. Windows color (decimal): -13459902 or 4365874. OLE color: 4365874.

HSL color Cylindrical-coordinate representation of color #329E42: hue angle of 128.89º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329E42 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB5015866-
CMYK0.6800.580.38
HSL128.89º51.92%40.78%-
HSV(B)128.89º68.35%61.96%-
XYZ14.5325.539.32-
YUV115.22100.2281.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 158 (62.11% from 255) = 57.66%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=18.25%
G=57.66%
B=24.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50158660.6800.580.38128.8951.9240.78
Hex329E424403A26813429
Octal62236102104072462016451
Binary1100101001111010000101000100011101010011010000001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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