#55715A

Color #55715A Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #55715A

Tints of Mineral Green #55715A

Color information

#55715A (or 0x55715A) is unknown color: approx Mineral Green. HEX triplet: 55, 71 and 5A. RGB value is (85,113,90). Sum of RGB (Red+Green+Blue) = 85+113+90=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #55715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55715A is #AA8EA5. Grayscale: #666666. Windows color (decimal): -11177638 or 5927253. OLE color: 5927253.

HSL color Cylindrical-coordinate representation of color #55715A: hue angle of 130.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55715A is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB8511390-
CMYK0.2500.200.56
HSL130.71º14.14%38.82%-
HSV(B)130.71º24.78%44.31%-
XYZ11.514.4811.86-
YUV102.01121.22115.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=29.51%
G=39.24%
B=31.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113900.2500.200.56130.7114.1438.82
Hex55715A190143883e27
Octal12516113231024702031647
Binary10101011110001101101011001010100111000100000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55715A; }

 p { color: rgb(85,113,90); }

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

<style>
 a { background-color: #55715A; }

 a { background-color: rgb(85,113,90); }

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

<style>
 span { border-color: #55715A; }

 span { border-color: rgb(85,113,90); }

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