#54715A

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

Shades of Mineral Green #54715A

Tints of Mineral Green #54715A

Color information

#54715A (or 0x54715A) is unknown color: approx Mineral Green. HEX triplet: 54, 71 and 5A. RGB value is (84,113,90). Sum of RGB (Red+Green+Blue) = 84+113+90=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #54715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54715A is #AB8EA5. Grayscale: #656565. Windows color (decimal): -11243174 or 5927252. OLE color: 5927252.

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

Color convert

RGB8411390-
CMYK0.2600.200.56
HSL132.41º14.72%38.63%-
HSV(B)132.41º25.66%44.31%-
XYZ11.4114.4311.86-
YUV101.71121.39115.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=29.27%
G=39.37%
B=31.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84113900.2600.200.56132.4114.7238.63
Hex54715A1A0143884f27
Octal12416113232024702041747
Binary10101001110001101101011010010100111000100001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54715A; }

 p { color: rgb(84,113,90); }

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

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

 a { background-color: rgb(84,113,90); }

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

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

 span { border-color: rgb(84,113,90); }

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