#329C45

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

Shades of Chateau Green #329C45

Tints of Chateau Green #329C45

Color information

#329C45 (or 0x329C45) is unknown color: approx Chateau Green. HEX triplet: 32, 9C and 45. RGB value is (50,156,69). Sum of RGB (Red+Green+Blue) = 50+156+69=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 156 (61.33% from 255 or 56.73% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 156 - color contains mainly: green. Hex color #329C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329C45 is #CD63BA. Grayscale: #727272. Windows color (decimal): -13460411 or 4561970. OLE color: 4561970.

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

Color convert

RGB5015669-
CMYK0.6800.560.39
HSL130.75º51.46%40.39%-
HSV(B)130.75º67.95%61.18%-
XYZ14.2824.889.68-
YUV114.39102.3882.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 156 (61.33% from 255) = 56.73%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=18.18%
G=56.73%
B=25.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50156690.6800.560.39130.7551.4640.39
Hex329C454403827833328
Octal62234105104070472036350
Binary1100101001110010001011000100011100010011110000011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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