#546258

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

Shades of Mineral Green #546258

Tints of Mineral Green #546258

Color information

#546258 (or 0x546258) is unknown color: approx Mineral Green. HEX triplet: 54, 62 and 58. RGB value is (84,98,88). Sum of RGB (Red+Green+Blue) = 84+98+88=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #546258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546258 is #AB9DA7. Grayscale: #5C5C5C. Windows color (decimal): -11247016 or 5792340. OLE color: 5792340.

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

Color convert

RGB849888-
CMYK0.1400.100.62
HSL137.14º7.69%35.69%-
HSV(B)137.14º14.29%38.43%-
XYZ9.7911.3210.9-
YUV92.67125.36121.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.11%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=31.11%
G=36.30%
B=32.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8498880.1400.100.62137.147.6935.69
Hex546258E0A3E89824
Octal12414213016012762111044
Binary101010011000101011000111001010111110100010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546258; }

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

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

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

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

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

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

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

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