#537059

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

Shades of Mineral Green #537059

Tints of Mineral Green #537059

Color information

#537059 (or 0x537059) is unknown color: approx Mineral Green. HEX triplet: 53, 70 and 59. RGB value is (83,112,89). Sum of RGB (Red+Green+Blue) = 83+112+89=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #537059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537059 is #AC8FA6. Grayscale: #646464. Windows color (decimal): -11308967 or 5861459. OLE color: 5861459.

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

Color convert

RGB8311289-
CMYK0.2600.210.56
HSL132.41º14.87%38.24%-
HSV(B)132.41º25.89%43.92%-
XYZ11.1614.1511.59-
YUV100.71121.39115.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=29.23%
G=39.44%
B=31.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112890.2600.210.56132.4114.8738.24
Hex5370591A0153884f26
Octal12316013132025702041746
Binary10100111110000101100111010010101111000100001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537059; }

 p { color: rgb(83,112,89); }

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

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

 a { background-color: rgb(83,112,89); }

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

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

 span { border-color: rgb(83,112,89); }

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