Html Css Color HEX #4D5244 Lunar Green

📋 copy color: '#4D5244'

red 77 ◦ green 82 ◦ blue 68

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

Shades of Lunar Green #4D5244

Tints of Lunar Green #4D5244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.12%

 BLUE value IS 68 (26.95% from 255) = 29.96%

R = 33.92%
G = 36.12%
B = 29.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#4D5244 (or 0x4D5244) is known color: Lunar Green. HEX triplet: 4D, 52 and 44. RGB value is (77,82,68). Sum of RGB (Red+Green+Blue) = 77+82+68=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5244 is #B2ADBB. Grayscale: #4E4E4E. Windows color (decimal): -11709884 or 4477517. OLE color: 4477517.

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

Color convert

RGB 77 82 68 -
CMYK 0.06 0 0.17 0.68
HSL 81.43º 0.09% 0.29% -
HSV(B) 81.43º 0.17% 0.32% -
XYZ 7.12 8.03 6.64 -
YUV 78.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 77 82 68 0.06 0 0.17 0.68 81.43 0.09 0.29
Hex 4D 52 44 6 0 11 44 51 9 1D
Octal 115 122 104 6 0 21 104 121 11 35
Binary 1001101 1010010 1000100 110 0 10001 1000100 1010001 1001 11101

Color Harmonies of #4D5244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5244

Black with #4D5244

Text Example


Text Example

White with #4D5244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,82,68); }

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

background-color css

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

 a { background-color: rgb(77,82,68); }

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

border-color css

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

 span { border-color: rgb(77,82,68); }

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