#329B4C

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

Shades of Chateau Green #329B4C

Tints of Chateau Green #329B4C

Color information

#329B4C (or 0x329B4C) is unknown color: approx Chateau Green. HEX triplet: 32, 9B and 4C. RGB value is (50,155,76). Sum of RGB (Red+Green+Blue) = 50+155+76=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 155 (60.94% from 255 or 55.16% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 155 - color contains mainly: green. Hex color #329B4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B4C is #CD64B3. Grayscale: #727272. Windows color (decimal): -13460660 or 5020466. OLE color: 5020466.

HSL color Cylindrical-coordinate representation of color #329B4C: hue angle of 134.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B4C is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB5015576-
CMYK0.6800.510.39
HSL134.86º51.22%40.2%-
HSV(B)134.86º67.74%60.78%-
XYZ14.3424.6410.84-
YUV114.6106.2181.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 155 (60.94% from 255) = 55.16%
BLUE value IS 76 (30.08% from 255) = 27.05%
R=17.79%
G=55.16%
B=27.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155760.6800.510.39134.8651.2240.2
Hex329B4C4403327873328
Octal62233114104063472076350
Binary1100101001101110011001000100011001110011110000111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,155,76); }

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

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

 a { background-color: rgb(50,155,76); }

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

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

 span { border-color: rgb(50,155,76); }

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