#547059

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

Shades of Mineral Green #547059

Tints of Mineral Green #547059

Color information

#547059 (or 0x547059) is unknown color: approx Mineral Green. HEX triplet: 54, 70 and 59. RGB value is (84,112,89). Sum of RGB (Red+Green+Blue) = 84+112+89=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #547059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547059 is #AB8FA6. Grayscale: #656565. Windows color (decimal): -11243431 or 5861460. OLE color: 5861460.

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

Color convert

RGB8411289-
CMYK0.2500.210.56
HSL130.71º14.29%38.43%-
HSV(B)130.71º25%43.92%-
XYZ11.2514.1911.6-
YUV101.01121.22115.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=29.47%
G=39.30%
B=31.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84112890.2500.210.56130.7114.2938.43
Hex547059190153883e26
Octal12416013131025702031646
Binary10101001110000101100111001010101111000100000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547059; }

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

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

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

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

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

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

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

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