#555D3E

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

Shades of Lunar Green #555D3E

Tints of Lunar Green #555D3E

Color information

#555D3E (or 0x555D3E) is unknown color: approx Lunar Green. HEX triplet: 55, 5D and 3E. RGB value is (85,93,62). Sum of RGB (Red+Green+Blue) = 85+93+62=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 93 - color contains mainly: green. Hex color #555D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D3E is #AAA2C1. Grayscale: #575757. Windows color (decimal): -11182786 or 4087125. OLE color: 4087125.

HSL color Cylindrical-coordinate representation of color #555D3E: hue angle of 75.48º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #555D3E is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB859362-
CMYK0.0900.330.64
HSL75.48º20%30.39%-
HSV(B)75.48º33.33%36.47%-
XYZ8.5310.116.06-
YUV87.07113.85126.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 93 (36.72% from 255) = 38.75%
BLUE value IS 62 (24.61% from 255) = 25.83%
R=35.42%
G=38.75%
B=25.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8593620.0900.330.6475.482030.39
Hex555D3E9021404b141e
Octal12513576110411001132436
Binary1010101101110111111010010100001100000010010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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