#4A4E40

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

Shades of Lunar Green #4A4E40

Tints of Lunar Green #4A4E40

Color information

#4A4E40 (or 0x4A4E40) is unknown color: approx Lunar Green. HEX triplet: 4A, 4E and 40. RGB value is (74,78,64). Sum of RGB (Red+Green+Blue) = 74+78+64=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 78 - color contains mainly: green. Hex color #4A4E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4E40 is #B5B1BF. Grayscale: #4B4B4B. Windows color (decimal): -11907520 or 4214346. OLE color: 4214346.

HSL color Cylindrical-coordinate representation of color #4A4E40: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A4E40 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB747864-
CMYK0.0500.180.69
HSL77.14º9.86%27.84%-
HSV(B)77.14º17.95%30.59%-
XYZ6.477.275.91-
YUV75.21121.67127.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.26%
GREEN value IS 78 (30.86% from 255) = 36.11%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=34.26%
G=36.11%
B=29.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7478640.0500.180.6977.149.8627.84
Hex4A4E405012454da1c
Octal11211610050221051151234
Binary10010101001110100000010101001010001011001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,78,64); }

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

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

 a { background-color: rgb(74,78,64); }

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

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

 span { border-color: rgb(74,78,64); }

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