#555F43

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

Shades of Lunar Green #555F43

Tints of Lunar Green #555F43

Color information

#555F43 (or 0x555F43) is unknown color: approx Lunar Green. HEX triplet: 55, 5F and 43. RGB value is (85,95,67). Sum of RGB (Red+Green+Blue) = 85+95+67=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 95 - color contains mainly: green. Hex color #555F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F43 is #AAA0BC. Grayscale: #585858. Windows color (decimal): -11182269 or 4415317. OLE color: 4415317.

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

Color convert

RGB859567-
CMYK0.1100.290.63
HSL81.43º17.28%31.76%-
HSV(B)81.43º29.47%37.25%-
XYZ8.8510.526.87-
YUV88.82115.69125.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 67 (26.56% from 255) = 27.13%
R=34.41%
G=38.46%
B=27.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595670.1100.290.6381.4317.2831.76
Hex555F43B01D3F511120
Octal12513710313035771212140
Binary1010101101111110000111011011101111111101000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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