#539460

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

Shades of Chateau Green #539460

Tints of Chateau Green #539460

Color information

#539460 (or 0x539460) is unknown color: approx Chateau Green. HEX triplet: 53, 94 and 60. RGB value is (83,148,96). Sum of RGB (Red+Green+Blue) = 83+148+96=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #539460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539460 is #AC6B9F. Grayscale: #7A7A7A. Windows color (decimal): -11299744 or 6329427. OLE color: 6329427.

HSL color Cylindrical-coordinate representation of color #539460: hue angle of 132º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539460 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB8314896-
CMYK0.4400.350.42
HSL132º28.14%45.29%-
HSV(B)132º43.92%58.04%-
XYZ16.2723.8614.81-
YUV122.64112.9799.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 148 (58.20% from 255) = 45.26%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=25.38%
G=45.26%
B=29.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83148960.4400.350.4213228.1445.29
Hex5394602C0232A841c2d
Octal12322414054043522043455
Binary101001110010100110000010110001000111010101000010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539460; }

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

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

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

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

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

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

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

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