#5D625F

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

Shades of Mineral Green #5D625F

Tints of Mineral Green #5D625F

Color information

#5D625F (or 0x5D625F) is unknown color: approx Mineral Green. HEX triplet: 5D, 62 and 5F. RGB value is (93,98,95). Sum of RGB (Red+Green+Blue) = 93+98+95=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 98 - color contains mainly: green. Hex color #5D625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D625F is #A29DA0. Grayscale: #606060. Windows color (decimal): -10657185 or 6251101. OLE color: 6251101.

HSL color Cylindrical-coordinate representation of color #5D625F: hue angle of 144º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5D625F is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB939895-
CMYK0.0500.030.62
HSL144º2.62%37.45%-
HSV(B)144º5.1%38.43%-
XYZ10.9511.8912.54-
YUV96.16127.34125.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.52%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=32.52%
G=34.27%
B=33.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9398950.0500.030.621442.6237.45
Hex5D625F5033E90325
Octal13514213750376220345
Binary1011101110001010111111010111111101001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D625F; }

 p { color: rgb(93,98,95); }

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

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

 a { background-color: rgb(93,98,95); }

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

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

 span { border-color: rgb(93,98,95); }

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