#52613E

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

Shades of Lunar Green #52613E

Tints of Lunar Green #52613E

Color information

#52613E (or 0x52613E) is unknown color: approx Lunar Green. HEX triplet: 52, 61 and 3E. RGB value is (82,97,62). Sum of RGB (Red+Green+Blue) = 82+97+62=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #52613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52613E is #AD9EC1. Grayscale: #585858. Windows color (decimal): -11378370 or 4088146. OLE color: 4088146.

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

Color convert

RGB829762-
CMYK0.1500.360.62
HSL85.71º22.01%31.18%-
HSV(B)85.71º36.08%38.04%-
XYZ8.6210.696.17-
YUV88.52113.03123.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=34.02%
G=40.25%
B=25.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297620.1500.360.6285.7122.0131.18
Hex52613EF0243E56161f
Octal1221417617044761262637
Binary101001011000011111101111010010011111010101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,97,62); }

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

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

 a { background-color: rgb(82,97,62); }

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

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

 span { border-color: rgb(82,97,62); }

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