#4B4D47

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

Shades of Lunar Green #4B4D47

Tints of Lunar Green #4B4D47

Color information

#4B4D47 (or 0x4B4D47) is unknown color: approx Lunar Green. HEX triplet: 4B, 4D and 47. RGB value is (75,77,71). Sum of RGB (Red+Green+Blue) = 75+77+71=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 77 - color contains mainly: green. Hex color #4B4D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4D47 is #B4B2B8. Grayscale: #4B4B4B. Windows color (decimal): -11842233 or 4672843. OLE color: 4672843.

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

Color convert

RGB757771-
CMYK0.0300.080.70
HSL80º4.05%29.02%-
HSV(B)80º7.79%30.2%-
XYZ6.697.267.01-
YUV75.72125.34127.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.63%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 71 (28.12% from 255) = 31.84%
R=33.63%
G=34.53%
B=31.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7577710.0300.080.70804.0529.02
Hex4B4D47308465041d
Octal1131151073010106120435
Binary10010111001101100011111010001000110101000010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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