#54695A

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

Shades of Mineral Green #54695A

Tints of Mineral Green #54695A

Color information

#54695A (or 0x54695A) is unknown color: approx Mineral Green. HEX triplet: 54, 69 and 5A. RGB value is (84,105,90). Sum of RGB (Red+Green+Blue) = 84+105+90=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #54695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54695A is #AB96A5. Grayscale: #616161. Windows color (decimal): -11245222 or 5925204. OLE color: 5925204.

HSL color Cylindrical-coordinate representation of color #54695A: hue angle of 137.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #54695A is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB8410590-
CMYK0.2000.140.59
HSL137.14º11.11%37.06%-
HSV(B)137.14º20%41.18%-
XYZ10.5512.7311.57-
YUV97.01124.04118.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=30.11%
G=37.63%
B=32.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84105900.2000.140.59137.1411.1137.06
Hex54695A140E3B89b25
Octal12415113224016732111345
Binary1010100110100110110101010001110111011100010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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