#4D5441

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

Shades of Lunar Green #4D5441

Tints of Lunar Green #4D5441

Color information

#4D5441 (or 0x4D5441) is unknown color: approx Lunar Green. HEX triplet: 4D, 54 and 41. RGB value is (77,84,65). Sum of RGB (Red+Green+Blue) = 77+84+65=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5441 is #B2ABBE. Grayscale: #4F4F4F. Windows color (decimal): -11709375 or 4281421. OLE color: 4281421.

HSL color Cylindrical-coordinate representation of color #4D5441: hue angle of 82.11º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D5441 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB778465-
CMYK0.0800.230.67
HSL82.11º12.75%29.22%-
HSV(B)82.11º22.62%32.94%-
XYZ7.198.36.22-
YUV79.74119.68126.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.07%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=34.07%
G=37.17%
B=28.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7784650.0800.230.6782.1112.7529.22
Hex4D544180174352d1d
Octal115124101100271031221535
Binary100110110101001000001100001011110000111010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D5441; }

 p { color: rgb(77,84,65); }

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

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

 a { background-color: rgb(77,84,65); }

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

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

 span { border-color: rgb(77,84,65); }

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