Html Css Color HEX #525648 Lunar Green

📋 copy color: '#525648'

red 82 ◦ green 86 ◦ blue 72

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

Shades of Lunar Green #525648

Tints of Lunar Green #525648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30%

R = 34.17%
G = 35.83%
B = 30%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#525648 (or 0x525648) is known color: Lunar Green. HEX triplet: 52, 56 and 48. RGB value is (82,86,72). Sum of RGB (Red+Green+Blue) = 82+86+72=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 86 - color contains mainly: green. Hex color #525648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525648 is #ADA9B7. Grayscale: #535353. Windows color (decimal): -11381176 or 4740690. OLE color: 4740690.

HSL color Cylindrical-coordinate representation of color #525648: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #525648 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 86 72 -
CMYK 0.05 0 0.16 0.66
HSL 77.14º 0.09% 0.31% -
HSV(B) 77.14º 0.16% 0.34% -
XYZ 7.98 8.92 7.43 -
YUV 83.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 82 86 72 0.05 0 0.16 0.66 77.14 0.09 0.31
Hex 52 56 48 5 0 10 42 4D 9 1F
Octal 122 126 110 5 0 20 102 115 11 37
Binary 1010010 1010110 1001000 101 0 10000 1000010 1001101 1001 11111

Color Harmonies of #525648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525648

Black with #525648

Text Example


Text Example

White with #525648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525648; }

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

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

background-color css

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

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

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

border-color css

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

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

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