#54685A

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

Shades of Mineral Green #54685A

Tints of Mineral Green #54685A

Color information

#54685A (or 0x54685A) is unknown color: approx Mineral Green. HEX triplet: 54, 68 and 5A. RGB value is (84,104,90). Sum of RGB (Red+Green+Blue) = 84+104+90=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #54685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54685A is #AB97A5. Grayscale: #606060. Windows color (decimal): -11245478 or 5924948. OLE color: 5924948.

HSL color Cylindrical-coordinate representation of color #54685A: hue angle of 138º 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 #54685A is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB8410490-
CMYK0.1900.130.59
HSL138º10.64%36.86%-
HSV(B)138º19.23%40.78%-
XYZ10.4512.5211.54-
YUV96.42124.37119.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 104 (41.02% from 255) = 37.41%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=30.22%
G=37.41%
B=32.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84104900.1900.130.5913810.6436.86
Hex54685A130D3B8ab25
Octal12415013223015732121345
Binary1010100110100010110101001101101111011100010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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