#54685C

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

Shades of Mineral Green #54685C

Tints of Mineral Green #54685C

Color information

#54685C (or 0x54685C) is unknown color: approx Mineral Green. HEX triplet: 54, 68 and 5C. RGB value is (84,104,92). Sum of RGB (Red+Green+Blue) = 84+104+92=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #54685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54685C is #AB97A3. Grayscale: #606060. Windows color (decimal): -11245476 or 6056020. OLE color: 6056020.

HSL color Cylindrical-coordinate representation of color #54685C: hue angle of 144º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #54685C is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB8410492-
CMYK0.1900.120.59
HSL144º10.64%36.86%-
HSV(B)144º19.23%40.78%-
XYZ10.5412.5611.99-
YUV96.65125.37118.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=30%
G=37.14%
B=32.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84104920.1900.120.5914410.6436.86
Hex54685C130C3B90b25
Octal12415013423014732201345
Binary1010100110100010111001001101100111011100100001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54685C; }

 p { color: rgb(84,104,92); }

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

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

 a { background-color: rgb(84,104,92); }

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

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

 span { border-color: rgb(84,104,92); }

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