#4E5B38

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

Shades of Lunar Green #4E5B38

Tints of Lunar Green #4E5B38

Color information

#4E5B38 (or 0x4E5B38) is unknown color: approx Lunar Green. HEX triplet: 4E, 5B and 38. RGB value is (78,91,56). Sum of RGB (Red+Green+Blue) = 78+91+56=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5B38 is #B1A4C7. Grayscale: #535353. Windows color (decimal): -11642056 or 3693390. OLE color: 3693390.

HSL color Cylindrical-coordinate representation of color #4E5B38: hue angle of 82.29º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E5B38 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB789156-
CMYK0.1400.380.64
HSL82.29º23.81%28.82%-
HSV(B)82.29º38.46%35.69%-
XYZ7.69.395.15-
YUV83.12112.69124.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=34.67%
G=40.44%
B=24.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7891560.1400.380.6482.2923.8128.82
Hex4E5B38E0264052181d
Octal11613370160461001223035
Binary1001110101101111100011100100110100000010100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,91,56); }

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

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

 a { background-color: rgb(78,91,56); }

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

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

 span { border-color: rgb(78,91,56); }

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