Html Css Color HEX #52593E Lunar Green

📋 copy color: '#52593E'

red 82 ◦ green 89 ◦ blue 62

#52593E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lunar Green #52593E

Tints of Lunar Green #52593E

RGB

 RED value IS 82 (32.42% from 255) = 35.19%

 GREEN value IS 89 (35.16% from 255) = 38.2%

 BLUE value IS 62 (24.61% from 255) = 26.61%

R = 35.19%
G = 38.2%
B = 26.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#52593E (or 0x52593E) is known color: 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

RGB 82 89 62 -
CMYK 0.08 0 0.30 0.65
HSL 75.56º 0.18% 0.3% -
HSV(B) 75.56º 0.3% 0.35% -
XYZ 7.92 9.29 5.93 -
YUV 83.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 82 89 62 0.08 0 0.30 0.65 75.56 0.18 0.3
Hex 52 59 3E 8 0 1E 41 4C 12 1E
Octal 122 131 76 10 0 36 101 114 22 36
Binary 1010010 1011001 111110 1000 0 11110 1000001 1001100 10010 11110

Color Harmonies of #52593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52593E

Black with #52593E

Text Example


Text Example

White with #52593E

Text Example


Text Example

HTML Codes & Css Web 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>