#539266

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

Shades of Chateau Green #539266

Tints of Chateau Green #539266

Color information

#539266 (or 0x539266) is unknown color: approx Chateau Green. HEX triplet: 53, 92 and 66. RGB value is (83,146,102). Sum of RGB (Red+Green+Blue) = 83+146+102=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #539266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539266 is #AC6D99. Grayscale: #7A7A7A. Windows color (decimal): -11300250 or 6722131. OLE color: 6722131.

HSL color Cylindrical-coordinate representation of color #539266: hue angle of 138.1º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #539266 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB83146102-
CMYK0.4300.300.43
HSL138.1º27.51%44.9%-
HSV(B)138.1º43.15%57.25%-
XYZ16.2423.3616.22-
YUV122.15116.63100.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.08%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=25.08%
G=44.11%
B=30.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461020.4300.300.43138.127.5144.9
Hex5392662B01E2B8a1c2d
Octal12322214653036532123455
Binary10100111001001011001101010110111101010111000101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539266; }

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

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

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

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

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

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

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

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