#329941

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

Shades of Chateau Green #329941

Tints of Chateau Green #329941

Color information

#329941 (or 0x329941) is unknown color: approx Chateau Green. HEX triplet: 32, 99 and 41. RGB value is (50,153,65). Sum of RGB (Red+Green+Blue) = 50+153+65=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #329941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329941 is #CD66BE. Grayscale: #707070. Windows color (decimal): -13461183 or 4299058. OLE color: 4299058.

HSL color Cylindrical-coordinate representation of color #329941: hue angle of 128.74º degrees, saturation: 0.51, 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 #329941 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB5015365-
CMYK0.6700.580.4
HSL128.74º50.74%39.8%-
HSV(B)128.74º67.32%60%-
XYZ13.6623.848.88-
YUV112.17101.3883.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 153 (60.16% from 255) = 57.09%
BLUE value IS 65 (25.78% from 255) = 24.25%
R=18.66%
G=57.09%
B=24.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50153650.6700.580.4128.7450.7439.8
Hex3299414303A28813328
Octal62231101103072502016350
Binary1100101001100110000011000011011101010100010000001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329941; }

 p { color: rgb(50,153,65); }

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

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

 a { background-color: rgb(50,153,65); }

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

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

 span { border-color: rgb(50,153,65); }

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