#515449

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

Shades of Lunar Green #515449

Tints of Lunar Green #515449

Color information

#515449 (or 0x515449) is unknown color: approx Lunar Green. HEX triplet: 51, 54 and 49. RGB value is (81,84,73). Sum of RGB (Red+Green+Blue) = 81+84+73=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 84 - color contains mainly: green. Hex color #515449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515449 is #AEABB6. Grayscale: #515151. Windows color (decimal): -11447223 or 4805713. OLE color: 4805713.

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

Color convert

RGB818473-
CMYK0.0400.130.67
HSL76.36º7.01%30.78%-
HSV(B)76.36º13.1%32.94%-
XYZ7.778.577.55-
YUV81.85123.01127.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.03%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=34.03%
G=35.29%
B=30.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184730.0400.130.6776.367.0130.78
Hex51544940D434c71f
Octal1211241114015103114737
Binary101000110101001001001100011011000011100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515449; }

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

 H1.HeaderClassName
 {
   color: #515449;
 }
 .AnyTagClassName
 {
   color: #515449;
 }
</style>
background-color css

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

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

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

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

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

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