#539265

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

Shades of Chateau Green #539265

Tints of Chateau Green #539265

Color information

#539265 (or 0x539265) is unknown color: approx Chateau Green. HEX triplet: 53, 92 and 65. RGB value is (83,146,101). Sum of RGB (Red+Green+Blue) = 83+146+101=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #539265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539265 is #AC6D9A. Grayscale: #7A7A7A. Windows color (decimal): -11300251 or 6656595. OLE color: 6656595.

HSL color Cylindrical-coordinate representation of color #539265: hue angle of 137.14º 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 #539265 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB83146101-
CMYK0.4300.310.43
HSL137.14º27.51%44.9%-
HSV(B)137.14º43.15%57.25%-
XYZ16.223.3415.96-
YUV122.03116.13100.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 146 (57.42% from 255) = 44.24%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=25.15%
G=44.24%
B=30.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461010.4300.310.43137.1427.5144.9
Hex5392652B01F2B891c2d
Octal12322214553037532113455
Binary10100111001001011001011010110111111010111000100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539265; }

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

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

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

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

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

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

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

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