#515544

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

Shades of Lunar Green #515544

Tints of Lunar Green #515544

Color information

#515544 (or 0x515544) is unknown color: approx Lunar Green. HEX triplet: 51, 55 and 44. RGB value is (81,85,68). Sum of RGB (Red+Green+Blue) = 81+85+68=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 85 - color contains mainly: green. Hex color #515544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515544 is #AEAABB. Grayscale: #515151. Windows color (decimal): -11446972 or 4478289. OLE color: 4478289.

HSL color Cylindrical-coordinate representation of color #515544: hue angle of 74.12º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #515544 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB818568-
CMYK0.0500.200.67
HSL74.12º11.11%30%-
HSV(B)74.12º20%33.33%-
XYZ7.698.666.74-
YUV81.87120.17127.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=34.62%
G=36.32%
B=29.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185680.0500.200.6774.1211.1130
Hex5155445014434ab1e
Octal12112510450241031121336
Binary10100011010101100010010101010010000111001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515544; }

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

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

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

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

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

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

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

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