Html Css Color HEX #496B56 Mineral Green

📋 copy color: '#496B56'

red 73 ◦ green 107 ◦ blue 86

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

Shades of Mineral Green #496B56

Tints of Mineral Green #496B56

RGB

 RED value IS 73 (28.91% from 255) = 27.44%

 GREEN value IS 107 (42.19% from 255) = 40.23%

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

R = 27.44%
G = 40.23%
B = 32.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#496B56 (or 0x496B56) is known color: Mineral Green. HEX triplet: 49, 6B and 56. RGB value is (73,107,86). Sum of RGB (Red+Green+Blue) = 73+107+86=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 107 - color contains mainly: green. Hex color #496B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B56 is #B694A9. Grayscale: #5E5E5E. Windows color (decimal): -11965610 or 5663561. OLE color: 5663561.

HSL color Cylindrical-coordinate representation of color #496B56: hue angle of 142.94º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496B56 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 107 86 -
CMYK 0.32 0 0.20 0.58
HSL 142.94º 0.19% 0.35% -
HSV(B) 142.94º 0.32% 0.42% -
XYZ 9.69 12.6 10.73 -
YUV 94.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 73 107 86 0.32 0 0.20 0.58 142.94 0.19 0.35
Hex 49 6B 56 20 0 14 3A 8F 13 23
Octal 111 153 126 40 0 24 72 217 23 43
Binary 1001001 1101011 1010110 100000 0 10100 111010 10001111 10011 100011

Color Harmonies of #496B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B56

Black with #496B56

Text Example


Text Example

White with #496B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496B56; }

 p { color: rgb(73,107,86); }

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

background-color css

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

 a { background-color: rgb(73,107,86); }

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

border-color css

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

 span { border-color: rgb(73,107,86); }

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