#555F41

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

Shades of Lunar Green #555F41

Tints of Lunar Green #555F41

Color information

#555F41 (or 0x555F41) is unknown color: approx Lunar Green. HEX triplet: 55, 5F and 41. RGB value is (85,95,65). Sum of RGB (Red+Green+Blue) = 85+95+65=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #555F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F41 is #AAA0BE. Grayscale: #585858. Windows color (decimal): -11182271 or 4284245. OLE color: 4284245.

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

Color convert

RGB859565-
CMYK0.1100.320.63
HSL80º18.75%31.37%-
HSV(B)80º31.58%37.25%-
XYZ8.7910.56.56-
YUV88.59114.69125.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=34.69%
G=38.78%
B=26.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595650.1100.320.638018.7531.37
Hex555F41B0203F50131f
Octal12513710113040771202337
Binary1010101101111110000011011010000011111110100001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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