#53603F

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

Shades of Lunar Green #53603F

Tints of Lunar Green #53603F

Color information

#53603F (or 0x53603F) is unknown color: approx Lunar Green. HEX triplet: 53, 60 and 3F. RGB value is (83,96,63). Sum of RGB (Red+Green+Blue) = 83+96+63=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #53603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53603F is #AC9FC0. Grayscale: #585858. Windows color (decimal): -11313089 or 4153427. OLE color: 4153427.

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

Color convert

RGB839663-
CMYK0.1400.340.62
HSL83.64º20.75%31.18%-
HSV(B)83.64º34.38%37.65%-
XYZ8.6510.566.29-
YUV88.35113.69124.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 63 (25% from 255) = 26.03%
R=34.30%
G=39.67%
B=26.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396630.1400.340.6283.6420.7531.18
Hex53603FE0223E54151f
Octal1231407716042761242537
Binary101001111000001111111110010001011111010101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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