#539A60

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

Shades of Chateau Green #539A60

Tints of Chateau Green #539A60

Color information

#539A60 (or 0x539A60) is unknown color: approx Chateau Green. HEX triplet: 53, 9A and 60. RGB value is (83,154,96). Sum of RGB (Red+Green+Blue) = 83+154+96=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #539A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539A60 is #AC659F. Grayscale: #7E7E7E. Windows color (decimal): -11298208 or 6330963. OLE color: 6330963.

HSL color Cylindrical-coordinate representation of color #539A60: hue angle of 130.99º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539A60 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB8315496-
CMYK0.4600.380.40
HSL130.99º29.96%46.47%-
HSV(B)130.99º46.1%60.39%-
XYZ17.2325.7915.14-
YUV126.16110.9897.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 154 (60.55% from 255) = 46.25%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=24.92%
G=46.25%
B=28.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83154960.4600.380.40130.9929.9646.47
Hex539A602E02628831e2e
Octal12323214056046502033656
Binary101001110011010110000010111001001101010001000001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539A60; }

 p { color: rgb(83,154,96); }

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

<style>
 a { background-color: #539A60; }

 a { background-color: rgb(83,154,96); }

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

<style>
 span { border-color: #539A60; }

 span { border-color: rgb(83,154,96); }

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