#4D5240

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

Shades of Lunar Green #4D5240

Tints of Lunar Green #4D5240

Color information

#4D5240 (or 0x4D5240) is unknown color: approx Lunar Green. HEX triplet: 4D, 52 and 40. RGB value is (77,82,64). Sum of RGB (Red+Green+Blue) = 77+82+64=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5240 is #B2ADBF. Grayscale: #4E4E4E. Windows color (decimal): -11709888 or 4215373. OLE color: 4215373.

HSL color Cylindrical-coordinate representation of color #4D5240: hue angle of 76.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D5240 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB778264-
CMYK0.0600.220.68
HSL76.67º12.33%28.63%-
HSV(B)76.67º21.95%32.16%-
XYZ77.986.02-
YUV78.45119.84126.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.53%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=34.53%
G=36.77%
B=28.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7782640.0600.220.6876.6712.3328.63
Hex4D52406016444dc1d
Octal11512210060261041151435
Binary10011011010010100000011001011010001001001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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