Html Css Color HEX #546756 Mineral Green

📋 copy color: '#546756'

red 84 ◦ green 103 ◦ blue 86

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

Shades of Mineral Green #546756

Tints of Mineral Green #546756

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.73%

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

R = 30.77%
G = 37.73%
B = 31.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#546756 (or 0x546756) is known color: 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

RGB 84 103 86 -
CMYK 0.18 0 0.17 0.60
HSL 126.32º 0.1% 0.37% -
HSV(B) 126.32º 0.18% 0.4% -
XYZ 10.19 12.26 10.63 -
YUV 95.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 84 103 86 0.18 0 0.17 0.60 126.32 0.1 0.37
Hex 54 67 56 12 0 11 3C 7E A 25
Octal 124 147 126 22 0 21 74 176 12 45
Binary 1010100 1100111 1010110 10010 0 10001 111100 1111110 1010 100101

Color Harmonies of #546756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546756

Black with #546756

Text Example


Text Example

White with #546756

Text Example


Text Example

HTML Codes & Css Web 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>