#5A725E

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

Shades of Mineral Green #5A725E

Tints of Mineral Green #5A725E

Color information

#5A725E (or 0x5A725E) is unknown color: approx Mineral Green. HEX triplet: 5A, 72 and 5E. RGB value is (90,114,94). Sum of RGB (Red+Green+Blue) = 90+114+94=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #5A725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A725E is #A58DA1. Grayscale: #686868. Windows color (decimal): -10849698 or 6189658. OLE color: 6189658.

HSL color Cylindrical-coordinate representation of color #5A725E: hue angle of 130º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A725E is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB9011494-
CMYK0.2100.180.55
HSL130º11.76%40%-
HSV(B)130º21.05%44.71%-
XYZ12.2515.0212.84-
YUV104.54122.05117.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.20%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=30.20%
G=38.26%
B=31.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90114940.2100.180.5513011.7640
Hex5A725E150123782c28
Octal13216213625022672021450
Binary10110101110010101111010101010010110111100000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,114,94); }

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

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

 a { background-color: rgb(90,114,94); }

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

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

 span { border-color: rgb(90,114,94); }

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