#555F46

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

Shades of Lunar Green #555F46

Tints of Lunar Green #555F46

Color information

#555F46 (or 0x555F46) is unknown color: approx Lunar Green. HEX triplet: 55, 5F and 46. RGB value is (85,95,70). Sum of RGB (Red+Green+Blue) = 85+95+70=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 95 - color contains mainly: green. Hex color #555F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F46 is #AAA0B9. Grayscale: #595959. Windows color (decimal): -11182266 or 4611925. OLE color: 4611925.

HSL color Cylindrical-coordinate representation of color #555F46: hue angle of 84º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555F46 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB859570-
CMYK0.1100.260.63
HSL84º15.15%32.35%-
HSV(B)84º26.32%37.25%-
XYZ8.9410.567.36-
YUV89.16117.19125.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 95 (37.5% from 255) = 38%
BLUE value IS 70 (27.73% from 255) = 28%
R=34%
G=38%
B=28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595700.1100.260.638415.1532.35
Hex555F46B01A3F54f20
Octal12513710613032771241740
Binary101010110111111000110101101101011111110101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,95,70); }

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

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

 a { background-color: rgb(85,95,70); }

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

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

 span { border-color: rgb(85,95,70); }

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