#539066

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

Shades of Chateau Green #539066

Tints of Chateau Green #539066

Color information

#539066 (or 0x539066) is unknown color: approx Chateau Green. HEX triplet: 53, 90 and 66. RGB value is (83,144,102). Sum of RGB (Red+Green+Blue) = 83+144+102=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #539066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539066 is #AC6F99. Grayscale: #797979. Windows color (decimal): -11300762 or 6721619. OLE color: 6721619.

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

Color convert

RGB83144102-
CMYK0.4200.290.44
HSL138.69º26.87%44.51%-
HSV(B)138.69º42.36%56.47%-
XYZ15.9422.7416.12-
YUV120.97117.29100.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=25.23%
G=43.77%
B=31.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831441020.4200.290.44138.6926.8744.51
Hex5390662A01D2C8b1b2d
Octal12322014652035542133355
Binary10100111001000011001101010100111011011001000101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539066; }

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

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

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

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

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

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

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

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