Html Css Color HEX #52584A Lunar Green

📋 copy color: '#52584A'

red 82 ◦ green 88 ◦ blue 74

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

Shades of Lunar Green #52584A

Tints of Lunar Green #52584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.07%

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 33.61%
G = 36.07%
B = 30.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#52584A (or 0x52584A) is known color: Lunar Green. HEX triplet: 52, 58 and 4A. RGB value is (82,88,74). Sum of RGB (Red+Green+Blue) = 82+88+74=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 88 - color contains mainly: green. Hex color #52584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52584A is #ADA7B5. Grayscale: #545454. Windows color (decimal): -11380662 or 4872274. OLE color: 4872274.

HSL color Cylindrical-coordinate representation of color #52584A: hue angle of 85.71º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #52584A is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 74 -
CMYK 0.07 0 0.16 0.65
HSL 85.71º 0.09% 0.32% -
HSV(B) 85.71º 0.16% 0.35% -
XYZ 8.21 9.27 7.83 -
YUV 84.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 82 88 74 0.07 0 0.16 0.65 85.71 0.09 0.32
Hex 52 58 4A 7 0 10 41 56 9 20
Octal 122 130 112 7 0 20 101 126 11 40
Binary 1010010 1011000 1001010 111 0 10000 1000001 1010110 1001 100000

Color Harmonies of #52584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52584A

Black with #52584A

Text Example


Text Example

White with #52584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52584A; }

 p { color: rgb(82,88,74); }

 H1.HeaderClassName
 {
   color: #52584A;
 }
 .AnyTagClassName
 {
   color: #52584A;
 }
</style>

background-color css

<style>
 a { background-color: #52584A; }

 a { background-color: rgb(82,88,74); }

 div.DivClassName
 {
   background-color: #52584A;
 }
 .BgClassName
 {
   background-color: #52584A;
 }
</style>

border-color css

<style>
 span { border-color: #52584A; }

 span { border-color: rgb(82,88,74); }

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