#539061

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

Shades of Chateau Green #539061

Tints of Chateau Green #539061

Color information

#539061 (or 0x539061) is unknown color: approx Chateau Green. HEX triplet: 53, 90 and 61. RGB value is (83,144,97). Sum of RGB (Red+Green+Blue) = 83+144+97=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #539061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539061 is #AC6F9E. Grayscale: #787878. Windows color (decimal): -11300767 or 6393939. OLE color: 6393939.

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

Color convert

RGB8314497-
CMYK0.4200.330.44
HSL133.77º26.87%44.51%-
HSV(B)133.77º42.36%56.47%-
XYZ15.722.6514.85-
YUV120.4114.79101.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=25.62%
G=44.44%
B=29.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83144970.4200.330.44133.7726.8744.51
Hex5390612A0212C861b2d
Octal12322014152041542063355
Binary101001110010000110000110101001000011011001000011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539061; }

 p { color: rgb(83,144,97); }

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

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

 a { background-color: rgb(83,144,97); }

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

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

 span { border-color: rgb(83,144,97); }

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