#555E48

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

Shades of Lunar Green #555E48

Tints of Lunar Green #555E48

Color information

#555E48 (or 0x555E48) is unknown color: approx Lunar Green. HEX triplet: 55, 5E and 48. RGB value is (85,94,72). Sum of RGB (Red+Green+Blue) = 85+94+72=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 94 - color contains mainly: green. Hex color #555E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555E48 is #AAA1B7. Grayscale: #585858. Windows color (decimal): -11182520 or 4742741. OLE color: 4742741.

HSL color Cylindrical-coordinate representation of color #555E48: hue angle of 84.55º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #555E48 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB859472-
CMYK0.1000.230.63
HSL84.55º13.25%32.55%-
HSV(B)84.55º23.4%36.86%-
XYZ8.9210.47.67-
YUV88.8118.52125.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.86%
GREEN value IS 94 (37.11% from 255) = 37.45%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=33.86%
G=37.45%
B=28.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8594720.1000.230.6384.5513.2532.55
Hex555E48A0173F55d21
Octal12513611012027771251541
Binary101010110111101001000101001011111111110101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555E48; }

 p { color: rgb(85,94,72); }

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

<style>
 a { background-color: #555E48; }

 a { background-color: rgb(85,94,72); }

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

<style>
 span { border-color: #555E48; }

 span { border-color: rgb(85,94,72); }

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