Html Css Color HEX #546656 Mineral Green

📋 copy color: '#546656'

red 84 ◦ green 102 ◦ blue 86

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

Shades of Mineral Green #546656

Tints of Mineral Green #546656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.5%

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

R = 30.88%
G = 37.5%
B = 31.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#546656 (or 0x546656) is known color: Mineral Green. HEX triplet: 54, 66 and 56. RGB value is (84,102,86). Sum of RGB (Red+Green+Blue) = 84+102+86=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 102 - color contains mainly: green. Hex color #546656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546656 is #AB99A9. Grayscale: #5E5E5E. Windows color (decimal): -11245994 or 5662292. OLE color: 5662292.

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

Color convert

RGB 84 102 86 -
CMYK 0.18 0 0.16 0.6
HSL 126.67º 0.1% 0.36% -
HSV(B) 126.67º 0.18% 0.4% -
XYZ 10.09 12.06 10.6 -
YUV 94.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 84 102 86 0.18 0 0.16 0.6 126.67 0.1 0.36
Hex 54 66 56 12 0 10 3C 7F A 24
Octal 124 146 126 22 0 20 74 177 12 44
Binary 1010100 1100110 1010110 10010 0 10000 111100 1111111 1010 100100

Color Harmonies of #546656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546656

Black with #546656

Text Example


Text Example

White with #546656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546656; }

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

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

background-color css

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

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

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

border-color css

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

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

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