Html Css Color HEX #4D5047 Lunar Green

📋 copy color: '#4D5047'

red 77 ◦ green 80 ◦ blue 71

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

Shades of Lunar Green #4D5047

Tints of Lunar Green #4D5047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.09%

 BLUE value IS 71 (28.13% from 255) = 31.14%

R = 33.77%
G = 35.09%
B = 31.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#4D5047 (or 0x4D5047) is known color: Lunar Green. HEX triplet: 4D, 50 and 47. RGB value is (77,80,71). Sum of RGB (Red+Green+Blue) = 77+80+71=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5047 is #B2AFB8. Grayscale: #4E4E4E. Windows color (decimal): -11710393 or 4673613. OLE color: 4673613.

HSL color Cylindrical-coordinate representation of color #4D5047: hue angle of 80º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4D5047 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 80 71 -
CMYK 0.04 0 0.11 0.69
HSL 80º 0.06% 0.3% -
HSV(B) 80º 0.11% 0.31% -
XYZ 7.07 7.77 7.09 -
YUV 78.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 77 80 71 0.04 0 0.11 0.69 80 0.06 0.3
Hex 4D 50 47 4 0 B 45 50 6 1E
Octal 115 120 107 4 0 13 105 120 6 36
Binary 1001101 1010000 1000111 100 0 1011 1000101 1010000 110 11110

Color Harmonies of #4D5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5047

Black with #4D5047

Text Example


Text Example

White with #4D5047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,80,71); }

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

background-color css

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

 a { background-color: rgb(77,80,71); }

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

border-color css

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

 span { border-color: rgb(77,80,71); }

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