#546756

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

Shades of Mineral Green #546756

Tints of Mineral Green #546756

Color information

#546756 (or 0x546756) is unknown color: approx Mineral Green. HEX triplet: 54, 67 and 56. RGB value is (84,103,86). Sum of RGB (Red+Green+Blue) = 84+103+86=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #546756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546756 is #AB98A9. Grayscale: #5F5F5F. Windows color (decimal): -11245738 or 5662548. OLE color: 5662548.

HSL color Cylindrical-coordinate representation of color #546756: hue angle of 126.32º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #546756 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB8410386-
CMYK0.1800.170.60
HSL126.32º10.16%36.67%-
HSV(B)126.32º18.45%40.39%-
XYZ10.1912.2610.63-
YUV95.38122.71119.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=30.77%
G=37.73%
B=31.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84103860.1800.170.60126.3210.1636.67
Hex546756120113C7ea25
Octal12414712622021741761245
Binary1010100110011110101101001001000111110011111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546756; }

 p { color: rgb(84,103,86); }

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

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

 a { background-color: rgb(84,103,86); }

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

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

 span { border-color: rgb(84,103,86); }

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