#53603E

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

Shades of Lunar Green #53603E

Tints of Lunar Green #53603E

Color information

#53603E (or 0x53603E) is unknown color: approx Lunar Green. HEX triplet: 53, 60 and 3E. RGB value is (83,96,62). Sum of RGB (Red+Green+Blue) = 83+96+62=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #53603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53603E is #AC9FC1. Grayscale: #585858. Windows color (decimal): -11313090 or 4087891. OLE color: 4087891.

HSL color Cylindrical-coordinate representation of color #53603E: hue angle of 82.94º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53603E is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB839662-
CMYK0.1400.350.62
HSL82.94º21.52%30.98%-
HSV(B)82.94º35.42%37.65%-
XYZ8.6210.556.14-
YUV88.24113.19124.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=34.44%
G=39.83%
B=25.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396620.1400.350.6282.9421.5230.98
Hex53603EE0233E53161f
Octal1231407616043761232637
Binary101001111000001111101110010001111111010100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,96,62); }

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

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

 a { background-color: rgb(83,96,62); }

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

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

 span { border-color: rgb(83,96,62); }

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