Html Css Color HEX #4D5145 Lunar Green

📋 copy color: '#4D5145'

red 77 ◦ green 81 ◦ blue 69

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

Shades of Lunar Green #4D5145

Tints of Lunar Green #4D5145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.68%

 BLUE value IS 69 (27.34% from 255) = 30.4%

R = 33.92%
G = 35.68%
B = 30.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#4D5145 (or 0x4D5145) is known color: Lunar Green. HEX triplet: 4D, 51 and 45. RGB value is (77,81,69). Sum of RGB (Red+Green+Blue) = 77+81+69=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 81 - color contains mainly: green. Hex color #4D5145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5145 is #B2AEBA. Grayscale: #4E4E4E. Windows color (decimal): -11710139 or 4542797. OLE color: 4542797.

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

Color convert

RGB 77 81 69 -
CMYK 0.05 0 0.15 0.68
HSL 80º 0.08% 0.29% -
HSV(B) 80º 0.15% 0.32% -
XYZ 7.08 7.89 6.78 -
YUV 78.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 77 81 69 0.05 0 0.15 0.68 80 0.08 0.29
Hex 4D 51 45 5 0 F 44 50 8 1D
Octal 115 121 105 5 0 17 104 120 10 35
Binary 1001101 1010001 1000101 101 0 1111 1000100 1010000 1000 11101

Color Harmonies of #4D5145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5145

Black with #4D5145

Text Example


Text Example

White with #4D5145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,81,69); }

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

background-color css

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

 a { background-color: rgb(77,81,69); }

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

border-color css

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

 span { border-color: rgb(77,81,69); }

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