#329F48

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

Shades of Chateau Green #329F48

Tints of Chateau Green #329F48

Color information

#329F48 (or 0x329F48) is unknown color: approx Chateau Green. HEX triplet: 32, 9F and 48. RGB value is (50,159,72). Sum of RGB (Red+Green+Blue) = 50+159+72=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 159 (62.5% from 255 or 56.58% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 159 - color contains mainly: green. Hex color #329F48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329F48 is #CD60B7. Grayscale: #747474. Windows color (decimal): -13459640 or 4759346. OLE color: 4759346.

HSL color Cylindrical-coordinate representation of color #329F48: hue angle of 132.11º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F48 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB5015972-
CMYK0.6900.550.38
HSL132.11º52.15%40.98%-
HSV(B)132.11º68.55%62.35%-
XYZ14.8825.9410.35-
YUV116.49102.8980.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 159 (62.5% from 255) = 56.58%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=17.79%
G=56.58%
B=25.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50159720.6900.550.38132.1152.1540.98
Hex329F484503726843429
Octal62237110105067462046451
Binary1100101001111110010001000101011011110011010000100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,159,72); }

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

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

 a { background-color: rgb(50,159,72); }

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

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

 span { border-color: rgb(50,159,72); }

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