#53613F

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

Shades of Lunar Green #53613F

Tints of Lunar Green #53613F

Color information

#53613F (or 0x53613F) is unknown color: approx Lunar Green. HEX triplet: 53, 61 and 3F. RGB value is (83,97,63). Sum of RGB (Red+Green+Blue) = 83+97+63=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #53613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53613F is #AC9EC0. Grayscale: #595959. Windows color (decimal): -11312833 or 4153683. OLE color: 4153683.

HSL color Cylindrical-coordinate representation of color #53613F: hue angle of 84.71º degrees, saturation: 0.21, 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 #53613F is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB839763-
CMYK0.1400.350.62
HSL84.71º21.25%31.37%-
HSV(B)84.71º35.05%38.04%-
XYZ8.7410.756.32-
YUV88.94113.36123.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 63 (25% from 255) = 25.93%
R=34.16%
G=39.92%
B=25.93%

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
Decimal8397630.1400.350.6284.7121.2531.37
Hex53613FE0233E55151f
Octal1231417716043761252537
Binary101001111000011111111110010001111111010101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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