#4E5446

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

Shades of Lunar Green #4E5446

Tints of Lunar Green #4E5446

Color information

#4E5446 (or 0x4E5446) is unknown color: approx Lunar Green. HEX triplet: 4E, 54 and 46. RGB value is (78,84,70). Sum of RGB (Red+Green+Blue) = 78+84+70=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #4E5446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5446 is #B1ABB9. Grayscale: #505050. Windows color (decimal): -11643834 or 4609102. OLE color: 4609102.

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

Color convert

RGB788470-
CMYK0.0700.170.67
HSL85.71º9.09%30.2%-
HSV(B)85.71º16.67%32.94%-
XYZ7.428.47.03-
YUV80.61122.01126.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.62%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=33.62%
G=36.21%
B=30.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7884700.0700.170.6785.719.0930.2
Hex4E54467011435691e
Octal11612410670211031261136
Binary10011101010100100011011101000110000111010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,84,70); }

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

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

 a { background-color: rgb(78,84,70); }

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

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

 span { border-color: rgb(78,84,70); }

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