#555F3B

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

Shades of Lunar Green #555F3B

Tints of Lunar Green #555F3B

Color information

#555F3B (or 0x555F3B) is unknown color: approx Lunar Green. HEX triplet: 55, 5F and 3B. RGB value is (85,95,59). Sum of RGB (Red+Green+Blue) = 85+95+59=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 95 - color contains mainly: green. Hex color #555F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F3B is #AAA0C4. Grayscale: #585858. Windows color (decimal): -11182277 or 3891029. OLE color: 3891029.

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

Color convert

RGB859559-
CMYK0.1100.380.63
HSL76.67º23.38%30.2%-
HSV(B)76.67º37.89%37.25%-
XYZ8.6310.435.7-
YUV87.91111.69125.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 95 (37.5% from 255) = 39.75%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=35.56%
G=39.75%
B=24.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595590.1100.380.6376.6723.3830.2
Hex555F3BB0263F4d171e
Octal1251377313046771152736
Binary101010110111111110111011010011011111110011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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