#329E53

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

Shades of Chateau Green #329E53

Tints of Chateau Green #329E53

Color information

#329E53 (or 0x329E53) is unknown color: approx Chateau Green. HEX triplet: 32, 9E and 53. RGB value is (50,158,83). Sum of RGB (Red+Green+Blue) = 50+158+83=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 158 (62.11% from 255 or 54.30% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 158 - color contains mainly: green. Hex color #329E53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329E53 is #CD61AC. Grayscale: #757575. Windows color (decimal): -13459885 or 5479986. OLE color: 5479986.

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

Color convert

RGB5015883-
CMYK0.6800.470.38
HSL138.33º51.92%40.78%-
HSV(B)138.33º68.35%61.96%-
XYZ15.125.7612.36-
YUV117.16108.7280.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 158 (62.11% from 255) = 54.30%
BLUE value IS 83 (32.81% from 255) = 28.52%
R=17.18%
G=54.30%
B=28.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50158830.6800.470.38138.3351.9240.78
Hex329E534402F268a3429
Octal62236123104057462126451
Binary1100101001111010100111000100010111110011010001010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,158,83); }

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

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

 a { background-color: rgb(50,158,83); }

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

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

 span { border-color: rgb(50,158,83); }

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