#53935F

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

Shades of Chateau Green #53935F

Tints of Chateau Green #53935F

Color information

#53935F (or 0x53935F) is unknown color: approx Chateau Green. HEX triplet: 53, 93 and 5F. RGB value is (83,147,95). Sum of RGB (Red+Green+Blue) = 83+147+95=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #53935F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53935F is #AC6CA0. Grayscale: #7A7A7A. Windows color (decimal): -11300001 or 6263635. OLE color: 6263635.

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

Color convert

RGB8314795-
CMYK0.4400.350.42
HSL131.25º27.83%45.1%-
HSV(B)131.25º43.54%57.65%-
XYZ16.0723.5314.52-
YUV121.94112.8100.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=25.54%
G=45.23%
B=29.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83147950.4400.350.42131.2527.8345.1
Hex53935F2C0232A831c2d
Octal12322313754043522033455
Binary101001110010011101111110110001000111010101000001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53935F; }

 p { color: rgb(83,147,95); }

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

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

 a { background-color: rgb(83,147,95); }

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

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

 span { border-color: rgb(83,147,95); }

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