Html Css Color HEX #52554D Lunar Green

📋 copy color: '#52554D'

red 82 ◦ green 85 ◦ blue 77

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

Shades of Lunar Green #52554D

Tints of Lunar Green #52554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.84%

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

R = 33.61%
G = 34.84%
B = 31.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#52554D (or 0x52554D) is known color: Lunar Green. HEX triplet: 52, 55 and 4D. RGB value is (82,85,77). Sum of RGB (Red+Green+Blue) = 82+85+77=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 85 - color contains mainly: green. Hex color #52554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52554D is #ADAAB2. Grayscale: #535353. Windows color (decimal): -11381427 or 5068114. OLE color: 5068114.

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

Color convert

RGB 82 85 77 -
CMYK 0.04 0 0.09 0.67
HSL 82.5º 0.05% 0.32% -
HSV(B) 82.5º 0.09% 0.33% -
XYZ 8.07 8.83 8.3 -
YUV 83.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 82 85 77 0.04 0 0.09 0.67 82.5 0.05 0.32
Hex 52 55 4D 4 0 9 43 52 5 20
Octal 122 125 115 4 0 11 103 122 5 40
Binary 1010010 1010101 1001101 100 0 1001 1000011 1010010 101 100000

Color Harmonies of #52554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52554D

Black with #52554D

Text Example


Text Example

White with #52554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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