#52593E

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

Shades of Lunar Green #52593E

Tints of Lunar Green #52593E

Color information

#52593E (or 0x52593E) is unknown color: approx Lunar Green. HEX triplet: 52, 59 and 3E. RGB value is (82,89,62). Sum of RGB (Red+Green+Blue) = 82+89+62=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #52593E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52593E is #ADA6C1. Grayscale: #535353. Windows color (decimal): -11380418 or 4086098. OLE color: 4086098.

HSL color Cylindrical-coordinate representation of color #52593E: hue angle of 75.56º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52593E is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB828962-
CMYK0.0800.300.65
HSL75.56º17.88%29.61%-
HSV(B)75.56º30.34%34.9%-
XYZ7.929.295.93-
YUV83.83115.68126.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 89 (35.16% from 255) = 38.20%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=35.19%
G=38.20%
B=26.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289620.0800.300.6575.5617.8829.61
Hex52593E801E414c121e
Octal12213176100361011142236
Binary101001010110011111101000011110100000110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52593E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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