Html Css Color HEX #496952 Mineral Green

📋 copy color: '#496952'

red 73 ◦ green 105 ◦ blue 82

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

Shades of Mineral Green #496952

Tints of Mineral Green #496952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.38%

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

R = 28.08%
G = 40.38%
B = 31.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#496952 (or 0x496952) is known color: Mineral Green. HEX triplet: 49, 69 and 52. RGB value is (73,105,82). Sum of RGB (Red+Green+Blue) = 73+105+82=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #496952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496952 is #B696AD. Grayscale: #5C5C5C. Windows color (decimal): -11966126 or 5400905. OLE color: 5400905.

HSL color Cylindrical-coordinate representation of color #496952: hue angle of 136.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496952 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 105 82 -
CMYK 0.30 0 0.22 0.59
HSL 136.88º 0.18% 0.35% -
HSV(B) 136.88º 0.3% 0.41% -
XYZ 9.32 12.13 9.83 -
YUV 92.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 73 105 82 0.30 0 0.22 0.59 136.88 0.18 0.35
Hex 49 69 52 1E 0 16 3B 89 12 23
Octal 111 151 122 36 0 26 73 211 22 43
Binary 1001001 1101001 1010010 11110 0 10110 111011 10001001 10010 100011

Color Harmonies of #496952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496952

Black with #496952

Text Example


Text Example

White with #496952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496952; }

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

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

background-color css

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

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

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

border-color css

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

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

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