#4D5342

Color #4D5342 Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #4D5342

Tints of Lunar Green #4D5342

Color information

#4D5342 (or 0x4D5342) is unknown color: approx Lunar Green. HEX triplet: 4D, 53 and 42. RGB value is (77,83,66). Sum of RGB (Red+Green+Blue) = 77+83+66=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5342 is #B2ACBD. Grayscale: #4F4F4F. Windows color (decimal): -11709630 or 4346701. OLE color: 4346701.

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

Color convert

RGB778366-
CMYK0.0700.200.67
HSL81.18º11.41%29.22%-
HSV(B)81.18º20.48%32.55%-
XYZ7.148.166.35-
YUV79.27120.51126.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.07%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=34.07%
G=36.73%
B=29.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7783660.0700.200.6781.1811.4129.22
Hex4D534270144351b1d
Octal11512310270241031211335
Binary10011011010011100001011101010010000111010001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D5342;
 }
 .AnyTagClassName
 {
   color: #4D5342;
 }
</style>
background-color css

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

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

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

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

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

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