#555E3E

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

Shades of Lunar Green #555E3E

Tints of Lunar Green #555E3E

Color information

#555E3E (or 0x555E3E) is unknown color: approx Lunar Green. HEX triplet: 55, 5E and 3E. RGB value is (85,94,62). Sum of RGB (Red+Green+Blue) = 85+94+62=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 94 - color contains mainly: green. Hex color #555E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555E3E is #AAA1C1. Grayscale: #575757. Windows color (decimal): -11182530 or 4087381. OLE color: 4087381.

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

Color convert

RGB859462-
CMYK0.1000.340.63
HSL76.88º20.51%30.59%-
HSV(B)76.88º34.04%36.86%-
XYZ8.6210.286.09-
YUV87.66113.52126.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 94 (37.11% from 255) = 39.00%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=35.27%
G=39.00%
B=25.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8594620.1000.340.6376.8820.5130.59
Hex555E3EA0223F4d151f
Octal1251367612042771152537
Binary101010110111101111101010010001011111110011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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