#4E553F

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

Shades of Lunar Green #4E553F

Tints of Lunar Green #4E553F

Color information

#4E553F (or 0x4E553F) is unknown color: approx Lunar Green. HEX triplet: 4E, 55 and 3F. RGB value is (78,85,63). Sum of RGB (Red+Green+Blue) = 78+85+63=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #4E553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E553F is #B1AAC0. Grayscale: #505050. Windows color (decimal): -11643585 or 4150606. OLE color: 4150606.

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

Color convert

RGB788563-
CMYK0.0800.260.67
HSL79.09º14.86%29.02%-
HSV(B)79.09º25.88%33.33%-
XYZ7.298.485.95-
YUV80.4118.18126.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.51%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 63 (25% from 255) = 27.88%
R=34.51%
G=37.61%
B=27.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7885630.0800.260.6779.0914.8629.02
Hex4E553F801A434ff1d
Octal11612577100321031171735
Binary10011101010101111111100001101010000111001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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