Html Css Color HEX #52593D Lunar Green

📋 copy color: '#52593D'

red 82 ◦ green 89 ◦ blue 61

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

Shades of Lunar Green #52593D

Tints of Lunar Green #52593D

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 value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 82 89 61 -
CMYK 0.08 0 0.31 0.65
HSL 75º 0.19% 0.29% -
HSV(B) 75º 0.31% 0.35% -
XYZ 7.89 9.28 5.79 -
YUV 83.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 82 89 61 0.08 0 0.31 0.65 75 0.19 0.29
Hex 52 59 3D 8 0 1F 41 4B 13 1D
Octal 122 131 75 10 0 37 101 113 23 35
Binary 1010010 1011001 111101 1000 0 11111 1000001 1001011 10011 11101

Color Harmonies of #52593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52593D

Black with #52593D

Text Example


Text Example

White with #52593D

Text Example


Text Example

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