Html Css Color HEX #515548 Lunar Green

📋 copy color: '#515548'

red 81 ◦ green 85 ◦ blue 72

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

Shades of Lunar Green #515548

Tints of Lunar Green #515548

RGB

 RED value IS 81 (32.03% from 255) = 34.03%

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

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

R = 34.03%
G = 35.71%
B = 30.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#515548 (or 0x515548) is known color: Lunar Green. HEX triplet: 51, 55 and 48. RGB value is (81,85,72). Sum of RGB (Red+Green+Blue) = 81+85+72=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #515548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515548 is #AEAAB7. Grayscale: #525252. Windows color (decimal): -11446968 or 4740433. OLE color: 4740433.

HSL color Cylindrical-coordinate representation of color #515548: hue angle of 78.46º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #515548 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 72 -
CMYK 0.05 0 0.15 0.67
HSL 78.46º 0.08% 0.31% -
HSV(B) 78.46º 0.15% 0.33% -
XYZ 7.81 8.71 7.4 -
YUV 82.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 81 85 72 0.05 0 0.15 0.67 78.46 0.08 0.31
Hex 51 55 48 5 0 F 43 4E 8 1F
Octal 121 125 110 5 0 17 103 116 10 37
Binary 1010001 1010101 1001000 101 0 1111 1000011 1001110 1000 11111

Color Harmonies of #515548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515548

Black with #515548

Text Example


Text Example

White with #515548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515548; }

 p { color: rgb(81,85,72); }

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

background-color css

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

 a { background-color: rgb(81,85,72); }

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

border-color css

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

 span { border-color: rgb(81,85,72); }

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