#555F45

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

Shades of Lunar Green #555F45

Tints of Lunar Green #555F45

Color information

#555F45 (or 0x555F45) is unknown color: approx Lunar Green. HEX triplet: 55, 5F and 45. RGB value is (85,95,69). Sum of RGB (Red+Green+Blue) = 85+95+69=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 95 - color contains mainly: green. Hex color #555F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F45 is #AAA0BA. Grayscale: #595959. Windows color (decimal): -11182267 or 4546389. OLE color: 4546389.

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

Color convert

RGB859569-
CMYK0.1100.270.63
HSL83.08º15.85%32.16%-
HSV(B)83.08º27.37%37.25%-
XYZ8.9110.557.2-
YUV89.05116.69125.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 95 (37.5% from 255) = 38.15%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=34.14%
G=38.15%
B=27.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595690.1100.270.6383.0815.8532.16
Hex555F45B01B3F531020
Octal12513710513033771232040
Binary1010101101111110001011011011011111111101001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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