#555F3E

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

Shades of Lunar Green #555F3E

Tints of Lunar Green #555F3E

Color information

#555F3E (or 0x555F3E) is unknown color: approx Lunar Green. HEX triplet: 55, 5F and 3E. RGB value is (85,95,62). Sum of RGB (Red+Green+Blue) = 85+95+62=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #555F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F3E is #AAA0C1. Grayscale: #585858. Windows color (decimal): -11182274 or 4087637. OLE color: 4087637.

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

Color convert

RGB859562-
CMYK0.1100.350.63
HSL78.18º21.02%30.78%-
HSV(B)78.18º34.74%37.25%-
XYZ8.7110.466.12-
YUV88.25113.19125.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=35.12%
G=39.26%
B=25.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595620.1100.350.6378.1821.0230.78
Hex555F3EB0233F4e151f
Octal1251377613043771162537
Binary101010110111111111101011010001111111110011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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