Html Css Color HEX #546056 Mineral Green

📋 copy color: '#546056'

red 84 ◦ green 96 ◦ blue 86

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

Shades of Mineral Green #546056

Tints of Mineral Green #546056

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

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

R = 31.58%
G = 36.09%
B = 32.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#546056 (or 0x546056) is known color: Mineral Green. HEX triplet: 54, 60 and 56. RGB value is (84,96,86). Sum of RGB (Red+Green+Blue) = 84+96+86=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #546056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546056 is #AB9FA9. Grayscale: #5B5B5B. Windows color (decimal): -11247530 or 5660756. OLE color: 5660756.

HSL color Cylindrical-coordinate representation of color #546056: hue angle of 130º 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 #546056 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 96 86 -
CMYK 0.12 0 0.10 0.62
HSL 130º 0.07% 0.35% -
HSV(B) 130º 0.13% 0.38% -
XYZ 9.52 10.92 10.41 -
YUV 91.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 84 96 86 0.12 0 0.10 0.62 130 0.07 0.35
Hex 54 60 56 C 0 A 3E 82 7 23
Octal 124 140 126 14 0 12 76 202 7 43
Binary 1010100 1100000 1010110 1100 0 1010 111110 10000010 111 100011

Color Harmonies of #546056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546056

Black with #546056

Text Example


Text Example

White with #546056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546056; }

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

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

background-color css

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

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

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

border-color css

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

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

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