#53935E

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

Shades of Chateau Green #53935E

Tints of Chateau Green #53935E

Color information

#53935E (or 0x53935E) is unknown color: approx Chateau Green. HEX triplet: 53, 93 and 5E. RGB value is (83,147,94). Sum of RGB (Red+Green+Blue) = 83+147+94=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #53935E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53935E is #AC6CA1. Grayscale: #797979. Windows color (decimal): -11300002 or 6198099. OLE color: 6198099.

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

Color convert

RGB8314794-
CMYK0.4400.360.42
HSL130.31º27.83%45.1%-
HSV(B)130.31º43.54%57.65%-
XYZ16.0223.5114.28-
YUV121.82112.3100.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=25.62%
G=45.37%
B=29.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83147940.4400.360.42130.3127.8345.1
Hex53935E2C0242A821c2d
Octal12322313654044522023455
Binary101001110010011101111010110001001001010101000001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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