#4E504A

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

Shades of Lunar Green #4E504A

Tints of Lunar Green #4E504A

Color information

#4E504A (or 0x4E504A) is unknown color: approx Lunar Green. HEX triplet: 4E, 50 and 4A. RGB value is (78,80,74). Sum of RGB (Red+Green+Blue) = 78+80+74=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 80 - color contains mainly: green. Hex color #4E504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E504A is #B1AFB5. Grayscale: #4E4E4E. Windows color (decimal): -11644854 or 4870222. OLE color: 4870222.

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

Color convert

RGB788074-
CMYK0.0200.080.69
HSL80º3.9%30.2%-
HSV(B)80º7.5%31.37%-
XYZ7.257.857.61-
YUV78.72125.34127.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.62%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=33.62%
G=34.48%
B=31.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7880740.0200.080.69803.930.2
Hex4E504A208455041e
Octal1161201122010105120436
Binary10011101010000100101010010001000101101000010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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