Html Css Color HEX #4D5640 Lunar Green

📋 copy color: '#4D5640'

red 77 ◦ green 86 ◦ blue 64

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

Shades of Lunar Green #4D5640

Tints of Lunar Green #4D5640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.89%

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

R = 33.92%
G = 37.89%
B = 28.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#4D5640 (or 0x4D5640) is known color: Lunar Green. HEX triplet: 4D, 56 and 40. RGB value is (77,86,64). Sum of RGB (Red+Green+Blue) = 77+86+64=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 86 - color contains mainly: green. Hex color #4D5640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5640 is #B2A9BF. Grayscale: #505050. Windows color (decimal): -11708864 or 4216397. OLE color: 4216397.

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

Color convert

RGB 77 86 64 -
CMYK 0.10 0 0.26 0.66
HSL 84.55º 0.15% 0.29% -
HSV(B) 84.55º 0.26% 0.34% -
XYZ 7.31 8.6 6.13 -
YUV 80.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 77 86 64 0.10 0 0.26 0.66 84.55 0.15 0.29
Hex 4D 56 40 A 0 1A 42 55 F 1D
Octal 115 126 100 12 0 32 102 125 17 35
Binary 1001101 1010110 1000000 1010 0 11010 1000010 1010101 1111 11101

Color Harmonies of #4D5640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5640

Black with #4D5640

Text Example


Text Example

White with #4D5640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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