Html Css Color HEX #52564C Lunar Green

📋 copy color: '#52564C'

red 82 ◦ green 86 ◦ blue 76

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

Shades of Lunar Green #52564C

Tints of Lunar Green #52564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.25%

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 33.61%
G = 35.25%
B = 31.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#52564C (or 0x52564C) is known color: Lunar Green. HEX triplet: 52, 56 and 4C. RGB value is (82,86,76). Sum of RGB (Red+Green+Blue) = 82+86+76=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 86 - color contains mainly: green. Hex color #52564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52564C is #ADA9B3. Grayscale: #535353. Windows color (decimal): -11381172 or 5002834. OLE color: 5002834.

HSL color Cylindrical-coordinate representation of color #52564C: hue angle of 84º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #52564C is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 86 76 -
CMYK 0.05 0 0.12 0.66
HSL 84º 0.06% 0.32% -
HSV(B) 84º 0.12% 0.34% -
XYZ 8.11 8.97 8.14 -
YUV 83.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 82 86 76 0.05 0 0.12 0.66 84 0.06 0.32
Hex 52 56 4C 5 0 C 42 54 6 20
Octal 122 126 114 5 0 14 102 124 6 40
Binary 1010010 1010110 1001100 101 0 1100 1000010 1010100 110 100000

Color Harmonies of #52564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52564C

Black with #52564C

Text Example


Text Example

White with #52564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52564C; }

 p { color: rgb(82,86,76); }

 H1.HeaderClassName
 {
   color: #52564C;
 }
 .AnyTagClassName
 {
   color: #52564C;
 }
</style>

background-color css

<style>
 a { background-color: #52564C; }

 a { background-color: rgb(82,86,76); }

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

border-color css

<style>
 span { border-color: #52564C; }

 span { border-color: rgb(82,86,76); }

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