Html Css Color HEX #4D5740 Lunar Green

📋 copy color: '#4D5740'

red 77 ◦ green 87 ◦ blue 64

#4D5740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lunar Green #4D5740

Tints of Lunar Green #4D5740

RGB

 RED value IS 77 (30.47% from 255) = 33.77%

 GREEN value IS 87 (34.38% from 255) = 38.16%

 BLUE value IS 64 (25.39% from 255) = 28.07%

R = 33.77%
G = 38.16%
B = 28.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#4D5740 (or 0x4D5740) is known color: Lunar Green. HEX triplet: 4D, 57 and 40. RGB value is (77,87,64). Sum of RGB (Red+Green+Blue) = 77+87+64=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #4D5740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5740 is #B2A8BF. Grayscale: #515151. Windows color (decimal): -11708608 or 4216653. OLE color: 4216653.

HSL color Cylindrical-coordinate representation of color #4D5740: hue angle of 86.09º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D5740 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 77 87 64 -
CMYK 0.11 0 0.26 0.66
HSL 86.09º 0.15% 0.3% -
HSV(B) 86.09º 0.26% 0.34% -
XYZ 7.39 8.76 6.15 -
YUV 81.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 77 87 64 0.11 0 0.26 0.66 86.09 0.15 0.3
Hex 4D 57 40 B 0 1A 42 56 F 1E
Octal 115 127 100 13 0 32 102 126 17 36
Binary 1001101 1010111 1000000 1011 0 11010 1000010 1010110 1111 11110

Color Harmonies of #4D5740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5740

Black with #4D5740

Text Example


Text Example

White with #4D5740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D5740;
 }
 .AnyTagClassName
 {
   color: #4D5740;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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