#546058

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

Shades of Mineral Green #546058

Tints of Mineral Green #546058

Color information

#546058 (or 0x546058) is unknown color: approx Mineral Green. HEX triplet: 54, 60 and 58. RGB value is (84,96,88). Sum of RGB (Red+Green+Blue) = 84+96+88=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 96 - color contains mainly: green. Hex color #546058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546058 is #AB9FA7. Grayscale: #5B5B5B. Windows color (decimal): -11247528 or 5791828. OLE color: 5791828.

HSL color Cylindrical-coordinate representation of color #546058: hue angle of 140º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #546058 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB849688-
CMYK0.1200.080.62
HSL140º6.67%35.29%-
HSV(B)140º12.5%37.65%-
XYZ9.610.9610.84-
YUV91.5126.02122.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=31.34%
G=35.82%
B=32.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496880.1200.080.621406.6735.29
Hex546058C083E8c723
Octal1241401301401076214743
Binary10101001100000101100011000100011111010001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546058; }

 p { color: rgb(84,96,88); }

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

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

 a { background-color: rgb(84,96,88); }

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

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

 span { border-color: rgb(84,96,88); }

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