Html Css Color HEX #52544D Lunar Green

📋 copy color: '#52544D'

red 82 ◦ green 84 ◦ blue 77

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

Shades of Lunar Green #52544D

Tints of Lunar Green #52544D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.57%

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 33.74%
G = 34.57%
B = 31.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#52544D (or 0x52544D) is known color: Lunar Green. HEX triplet: 52, 54 and 4D. RGB value is (82,84,77). Sum of RGB (Red+Green+Blue) = 82+84+77=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 84 - color contains mainly: green. Hex color #52544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52544D is #ADABB2. Grayscale: #525252. Windows color (decimal): -11381683 or 5067858. OLE color: 5067858.

HSL color Cylindrical-coordinate representation of color #52544D: hue angle of 77.14º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #52544D is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 77 -
CMYK 0.02 0 0.08 0.67
HSL 77.14º 0.04% 0.32% -
HSV(B) 77.14º 0.08% 0.33% -
XYZ 7.99 8.67 8.27 -
YUV 82.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 82 84 77 0.02 0 0.08 0.67 77.14 0.04 0.32
Hex 52 54 4D 2 0 8 43 4D 4 20
Octal 122 124 115 2 0 10 103 115 4 40
Binary 1010010 1010100 1001101 10 0 1000 1000011 1001101 100 100000

Color Harmonies of #52544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52544D

Black with #52544D

Text Example


Text Example

White with #52544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,84,77); }

 H1.HeaderClassName
 {
   color: #52544D;
 }
 .AnyTagClassName
 {
   color: #52544D;
 }
</style>

background-color css

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

 a { background-color: rgb(82,84,77); }

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

border-color css

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

 span { border-color: rgb(82,84,77); }

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