#4D5440

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

Shades of Lunar Green #4D5440

Tints of Lunar Green #4D5440

Color information

#4D5440 (or 0x4D5440) is unknown color: approx Lunar Green. HEX triplet: 4D, 54 and 40. RGB value is (77,84,64). Sum of RGB (Red+Green+Blue) = 77+84+64=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5440 is #B2ABBF. Grayscale: #4F4F4F. Windows color (decimal): -11709376 or 4215885. OLE color: 4215885.

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

Color convert

RGB778464-
CMYK0.0800.240.67
HSL81º13.51%29.02%-
HSV(B)81º23.81%32.94%-
XYZ7.168.296.07-
YUV79.63119.18126.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.22%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=34.22%
G=37.33%
B=28.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7784640.0800.240.678113.5129.02
Hex4D544080184351e1d
Octal115124100100301031211635
Binary100110110101001000000100001100010000111010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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