#53593F

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

Shades of Lunar Green #53593F

Tints of Lunar Green #53593F

Color information

#53593F (or 0x53593F) is unknown color: approx Lunar Green. HEX triplet: 53, 59 and 3F. RGB value is (83,89,63). Sum of RGB (Red+Green+Blue) = 83+89+63=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #53593F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53593F is #ACA6C0. Grayscale: #545454. Windows color (decimal): -11314881 or 4151635. OLE color: 4151635.

HSL color Cylindrical-coordinate representation of color #53593F: hue angle of 73.85º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #53593F is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB838963-
CMYK0.0700.290.65
HSL73.85º17.11%29.8%-
HSV(B)73.85º29.21%34.9%-
XYZ8.049.346.08-
YUV84.24116.01127.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 63 (25% from 255) = 26.81%
R=35.32%
G=37.87%
B=26.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389630.0700.290.6573.8517.1129.8
Hex53593F701D414a111e
Octal1231317770351011122136
Binary10100111011001111111111011101100000110010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,89,63); }

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

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

 a { background-color: rgb(83,89,63); }

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

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

 span { border-color: rgb(83,89,63); }

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