#329B45

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

Shades of Chateau Green #329B45

Tints of Chateau Green #329B45

Color information

#329B45 (or 0x329B45) is unknown color: approx Chateau Green. HEX triplet: 32, 9B and 45. RGB value is (50,155,69). Sum of RGB (Red+Green+Blue) = 50+155+69=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #329B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329B45 is #CD64BA. Grayscale: #727272. Windows color (decimal): -13460667 or 4561714. OLE color: 4561714.

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

Color convert

RGB5015569-
CMYK0.6800.550.39
HSL130.86º51.22%40.2%-
HSV(B)130.86º67.74%60.78%-
XYZ14.1124.559.63-
YUV113.8102.7182.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 155 (60.94% from 255) = 56.57%
BLUE value IS 69 (27.34% from 255) = 25.18%
R=18.25%
G=56.57%
B=25.18%

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
Decimal50155690.6800.550.39130.8651.2240.2
Hex329B454403727833328
Octal62233105104067472036350
Binary1100101001101110001011000100011011110011110000011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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