#539564

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

Shades of Chateau Green #539564

Tints of Chateau Green #539564

Color information

#539564 (or 0x539564) is unknown color: approx Chateau Green. HEX triplet: 53, 95 and 64. RGB value is (83,149,100). Sum of RGB (Red+Green+Blue) = 83+149+100=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #539564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539564 is #AC6A9B. Grayscale: #7B7B7B. Windows color (decimal): -11299484 or 6591827. OLE color: 6591827.

HSL color Cylindrical-coordinate representation of color #539564: hue angle of 135.45º 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 #539564 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB83149100-
CMYK0.4400.330.42
HSL135.45º28.45%45.49%-
HSV(B)135.45º44.3%58.43%-
XYZ16.6124.2515.86-
YUV123.68114.6398.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 100 (39.45% from 255) = 30.12%
R=25%
G=44.88%
B=30.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831491000.4400.330.42135.4528.4545.49
Hex5395642C0212A871c2d
Octal12322514454041522073455
Binary101001110010101110010010110001000011010101000011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539564; }

 p { color: rgb(83,149,100); }

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

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

 a { background-color: rgb(83,149,100); }

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

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

 span { border-color: rgb(83,149,100); }

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