#517058

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

Shades of Mineral Green #517058

Tints of Mineral Green #517058

Color information

#517058 (or 0x517058) is unknown color: approx Mineral Green. HEX triplet: 51, 70 and 58. RGB value is (81,112,88). Sum of RGB (Red+Green+Blue) = 81+112+88=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #517058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517058 is #AE8FA7. Grayscale: #646464. Windows color (decimal): -11440040 or 5795921. OLE color: 5795921.

HSL color Cylindrical-coordinate representation of color #517058: hue angle of 133.55º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #517058 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB8111288-
CMYK0.2800.210.56
HSL133.55º16.06%37.84%-
HSV(B)133.55º27.68%43.92%-
XYZ10.9514.0411.37-
YUV99.99121.23114.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 88 (34.77% from 255) = 31.32%
R=28.83%
G=39.86%
B=31.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81112880.2800.210.56133.5516.0637.84
Hex5170581C01538861026
Octal12116013034025702062046
Binary101000111100001011000111000101011110001000011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517058; }

 p { color: rgb(81,112,88); }

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

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

 a { background-color: rgb(81,112,88); }

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

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

 span { border-color: rgb(81,112,88); }

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