#515448

Color #515448 Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #515448

Tints of Lunar Green #515448

Color information

#515448 (or 0x515448) is unknown color: approx 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

RGB818472-
CMYK0.0400.140.67
HSL75º7.69%30.59%-
HSV(B)75º14.29%32.94%-
XYZ7.738.567.38-
YUV81.74122.51127.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.18%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184720.0400.140.67757.6930.59
Hex51544840E434b81f
Octal12112411040161031131037
Binary1010001101010010010001000111010000111001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>