#4D5340

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

Shades of Lunar Green #4D5340

Tints of Lunar Green #4D5340

Color information

#4D5340 (or 0x4D5340) is unknown color: approx Lunar Green. HEX triplet: 4D, 53 and 40. RGB value is (77,83,64). Sum of RGB (Red+Green+Blue) = 77+83+64=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5340 is #B2ACBF. Grayscale: #4F4F4F. Windows color (decimal): -11709632 or 4215629. OLE color: 4215629.

HSL color Cylindrical-coordinate representation of color #4D5340: hue angle of 78.95º 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 #4D5340 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB778364-
CMYK0.0700.230.67
HSL78.95º12.93%28.82%-
HSV(B)78.95º22.89%32.55%-
XYZ7.088.136.05-
YUV79.04119.51126.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.38%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=34.38%
G=37.05%
B=28.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7783640.0700.230.6778.9512.9328.82
Hex4D53407017434fd1d
Octal11512310070271031171535
Binary10011011010011100000011101011110000111001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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