#329B46

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

Shades of Chateau Green #329B46

Tints of Chateau Green #329B46

Color information

#329B46 (or 0x329B46) is unknown color: approx Chateau Green. HEX triplet: 32, 9B and 46. RGB value is (50,155,70). Sum of RGB (Red+Green+Blue) = 50+155+70=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #329B46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B46 is #CD64B9. Grayscale: #727272. Windows color (decimal): -13460666 or 4627250. OLE color: 4627250.

HSL color Cylindrical-coordinate representation of color #329B46: hue angle of 131.43º 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 #329B46 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB5015570-
CMYK0.6800.550.39
HSL131.43º51.22%40.2%-
HSV(B)131.43º67.74%60.78%-
XYZ14.1424.569.79-
YUV113.92103.2182.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 155 (60.94% from 255) = 56.36%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=18.18%
G=56.36%
B=25.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155700.6800.550.39131.4351.2240.2
Hex329B464403727833328
Octal62233106104067472036350
Binary1100101001101110001101000100011011110011110000011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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