#4E5248

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

Shades of Lunar Green #4E5248

Tints of Lunar Green #4E5248

Color information

#4E5248 (or 0x4E5248) is unknown color: approx Lunar Green. HEX triplet: 4E, 52 and 48. RGB value is (78,82,72). Sum of RGB (Red+Green+Blue) = 78+82+72=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 82 - color contains mainly: green. Hex color #4E5248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5248 is #B1ADB7. Grayscale: #4F4F4F. Windows color (decimal): -11644344 or 4739662. OLE color: 4739662.

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

Color convert

RGB788272-
CMYK0.0500.120.68
HSL84º6.49%30.2%-
HSV(B)84º12.2%32.16%-
XYZ7.338.127.31-
YUV79.66123.67126.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.62%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=33.62%
G=35.34%
B=31.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7882720.0500.120.68846.4930.2
Hex4E524850C445461e
Octal1161221105014104124636
Binary100111010100101001000101011001000100101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,82,72); }

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

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

 a { background-color: rgb(78,82,72); }

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

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

 span { border-color: rgb(78,82,72); }

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