Html Css Color HEX #546456 Mineral Green

📋 copy color: '#546456'

red 84 ◦ green 100 ◦ blue 86

#546456
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #546456

Tints of Mineral Green #546456

RGB

 RED value IS 84 (33.2% from 255) = 31.11%

 GREEN value IS 100 (39.45% from 255) = 37.04%

 BLUE value IS 86 (33.98% from 255) = 31.85%

R = 31.11%
G = 37.04%
B = 31.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#546456 (or 0x546456) is known color: Mineral Green. HEX triplet: 54, 64 and 56. RGB value is (84,100,86). Sum of RGB (Red+Green+Blue) = 84+100+86=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 100 - color contains mainly: green. Hex color #546456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546456 is #AB9BA9. Grayscale: #5D5D5D. Windows color (decimal): -11246506 or 5661780. OLE color: 5661780.

HSL color Cylindrical-coordinate representation of color #546456: hue angle of 127.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #546456 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 100 86 -
CMYK 0.16 0 0.14 0.61
HSL 127.5º 0.09% 0.36% -
HSV(B) 127.5º 0.16% 0.39% -
XYZ 9.89 11.67 10.54 -
YUV 93.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 84 100 86 0.16 0 0.14 0.61 127.5 0.09 0.36
Hex 54 64 56 10 0 E 3D 80 9 24
Octal 124 144 126 20 0 16 75 200 11 44
Binary 1010100 1100100 1010110 10000 0 1110 111101 10000000 1001 100100

Color Harmonies of #546456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546456

Black with #546456

Text Example


Text Example

White with #546456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546456; }

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

 H1.HeaderClassName
 {
   color: #546456;
 }
 .AnyTagClassName
 {
   color: #546456;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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