#4E553E

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

Shades of Lunar Green #4E553E

Tints of Lunar Green #4E553E

Color information

#4E553E (or 0x4E553E) is unknown color: approx Lunar Green. HEX triplet: 4E, 55 and 3E. RGB value is (78,85,62). Sum of RGB (Red+Green+Blue) = 78+85+62=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #4E553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E553E is #B1AAC1. Grayscale: #505050. Windows color (decimal): -11643586 or 4085070. OLE color: 4085070.

HSL color Cylindrical-coordinate representation of color #4E553E: hue angle of 78.26º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E553E is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB788562-
CMYK0.0800.270.67
HSL78.26º15.65%28.82%-
HSV(B)78.26º27.06%33.33%-
XYZ7.268.465.81-
YUV80.28117.68126.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=34.67%
G=37.78%
B=27.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7885620.0800.270.6778.2615.6528.82
Hex4E553E801B434e101d
Octal11612576100331031162035
Binary100111010101011111101000011011100001110011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,85,62); }

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

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

 a { background-color: rgb(78,85,62); }

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

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

 span { border-color: rgb(78,85,62); }

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