Html Css Color HEX #4D5341 Lunar Green

📋 copy color: '#4D5341'

red 77 ◦ green 83 ◦ blue 65

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

Shades of Lunar Green #4D5341

Tints of Lunar Green #4D5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.89%

 BLUE value IS 65 (25.78% from 255) = 28.89%

R = 34.22%
G = 36.89%
B = 28.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#4D5341 (or 0x4D5341) is known color: Lunar Green. HEX triplet: 4D, 53 and 41. RGB value is (77,83,65). Sum of RGB (Red+Green+Blue) = 77+83+65=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5341 is #B2ACBE. Grayscale: #4F4F4F. Windows color (decimal): -11709631 or 4281165. OLE color: 4281165.

HSL color Cylindrical-coordinate representation of color #4D5341: hue angle of 80º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D5341 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 83 65 -
CMYK 0.07 0 0.22 0.67
HSL 80º 0.12% 0.29% -
HSV(B) 80º 0.22% 0.33% -
XYZ 7.11 8.15 6.2 -
YUV 79.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 77 83 65 0.07 0 0.22 0.67 80 0.12 0.29
Hex 4D 53 41 7 0 16 43 50 C 1D
Octal 115 123 101 7 0 26 103 120 14 35
Binary 1001101 1010011 1000001 111 0 10110 1000011 1010000 1100 11101

Color Harmonies of #4D5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5341

Black with #4D5341

Text Example


Text Example

White with #4D5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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