#52593D

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

Shades of Lunar Green #52593D

Tints of Lunar Green #52593D

Color information

#52593D (or 0x52593D) is unknown color: approx Lunar Green. HEX triplet: 52, 59 and 3D. RGB value is (82,89,61). Sum of RGB (Red+Green+Blue) = 82+89+61=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #52593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52593D is #ADA6C2. Grayscale: #535353. Windows color (decimal): -11380419 or 4020562. OLE color: 4020562.

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

Color convert

RGB828961-
CMYK0.0800.310.65
HSL75º18.67%29.41%-
HSV(B)75º31.46%34.9%-
XYZ7.899.285.79-
YUV83.72115.18126.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=35.34%
G=38.36%
B=26.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289610.0800.310.657518.6729.41
Hex52593D801F414b131d
Octal12213175100371011132335
Binary101001010110011111011000011111100000110010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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