Html Css Color HEX #515448 Lunar Green

📋 copy color: '#515448'

red 81 ◦ green 84 ◦ blue 72

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

Shades of Lunar Green #515448

Tints of Lunar Green #515448

RGB

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

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

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

R = 34.18%
G = 35.44%
B = 30.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#515448 (or 0x515448) is known color: Lunar Green. HEX triplet: 51, 54 and 48. RGB value is (81,84,72). Sum of RGB (Red+Green+Blue) = 81+84+72=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 84 - color contains mainly: green. Hex color #515448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515448 is #AEABB7. Grayscale: #515151. Windows color (decimal): -11447224 or 4740177. OLE color: 4740177.

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

Color convert

RGB 81 84 72 -
CMYK 0.04 0 0.14 0.67
HSL 75º 0.08% 0.31% -
HSV(B) 75º 0.14% 0.33% -
XYZ 7.73 8.56 7.38 -
YUV 81.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 81 84 72 0.04 0 0.14 0.67 75 0.08 0.31
Hex 51 54 48 4 0 E 43 4B 8 1F
Octal 121 124 110 4 0 16 103 113 10 37
Binary 1010001 1010100 1001000 100 0 1110 1000011 1001011 1000 11111

Color Harmonies of #515448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515448

Black with #515448

Text Example


Text Example

White with #515448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515448; }

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

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

background-color css

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

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

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

border-color css

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

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

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