#329B53

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

Shades of Chateau Green #329B53

Tints of Chateau Green #329B53

Color information

#329B53 (or 0x329B53) is unknown color: approx Chateau Green. HEX triplet: 32, 9B and 53. RGB value is (50,155,83). Sum of RGB (Red+Green+Blue) = 50+155+83=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #329B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B53 is #CD64AC. Grayscale: #737373. Windows color (decimal): -13460653 or 5479218. OLE color: 5479218.

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

Color convert

RGB5015583-
CMYK0.6800.460.39
HSL138.86º51.22%40.2%-
HSV(B)138.86º67.74%60.78%-
XYZ14.624.7512.19-
YUV115.4109.7181.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.36%
GREEN value IS 155 (60.94% from 255) = 53.82%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=17.36%
G=53.82%
B=28.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155830.6800.460.39138.8651.2240.2
Hex329B534402E278b3328
Octal62233123104056472136350
Binary1100101001101110100111000100010111010011110001011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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