Html Css Color HEX #496A52 Mineral Green

📋 copy color: '#496A52'

red 73 ◦ green 106 ◦ blue 82

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

Shades of Mineral Green #496A52

Tints of Mineral Green #496A52

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.61%

 BLUE value IS 82 (32.42% from 255) = 31.42%

R = 27.97%
G = 40.61%
B = 31.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#496A52 (or 0x496A52) is known color: Mineral Green. HEX triplet: 49, 6A and 52. RGB value is (73,106,82). Sum of RGB (Red+Green+Blue) = 73+106+82=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 106 - color contains mainly: green. Hex color #496A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A52 is #B695AD. Grayscale: #5D5D5D. Windows color (decimal): -11965870 or 5401161. OLE color: 5401161.

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

Color convert

RGB 73 106 82 -
CMYK 0.31 0 0.23 0.58
HSL 136.36º 0.18% 0.35% -
HSV(B) 136.36º 0.31% 0.42% -
XYZ 9.42 12.33 9.87 -
YUV 93.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 73 106 82 0.31 0 0.23 0.58 136.36 0.18 0.35
Hex 49 6A 52 1F 0 17 3A 88 12 23
Octal 111 152 122 37 0 27 72 210 22 43
Binary 1001001 1101010 1010010 11111 0 10111 111010 10001000 10010 100011

Color Harmonies of #496A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A52

Black with #496A52

Text Example


Text Example

White with #496A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,106,82); }

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

background-color css

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

 a { background-color: rgb(73,106,82); }

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

border-color css

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

 span { border-color: rgb(73,106,82); }

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