Html Css Color HEX #49614E Mineral Green

📋 copy color: '#49614E'

red 73 ◦ green 97 ◦ blue 78

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

Shades of Mineral Green #49614E

Tints of Mineral Green #49614E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.11%

 BLUE value IS 78 (30.86% from 255) = 31.45%

R = 29.44%
G = 39.11%
B = 31.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#49614E (or 0x49614E) is known color: Mineral Green. HEX triplet: 49, 61 and 4E. RGB value is (73,97,78). Sum of RGB (Red+Green+Blue) = 73+97+78=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #49614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49614E is #B69EB1. Grayscale: #575757. Windows color (decimal): -11968178 or 5136713. OLE color: 5136713.

HSL color Cylindrical-coordinate representation of color #49614E: hue angle of 132.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #49614E is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 78 -
CMYK 0.25 0 0.20 0.62
HSL 132.5º 0.14% 0.33% -
HSV(B) 132.5º 0.25% 0.38% -
XYZ 8.4 10.52 8.79 -
YUV 87.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 73 97 78 0.25 0 0.20 0.62 132.5 0.14 0.33
Hex 49 61 4E 19 0 14 3E 84 E 21
Octal 111 141 116 31 0 24 76 204 16 41
Binary 1001001 1100001 1001110 11001 0 10100 111110 10000100 1110 100001

Color Harmonies of #49614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49614E

Black with #49614E

Text Example


Text Example

White with #49614E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49614E; }

 p { color: rgb(73,97,78); }

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

background-color css

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

 a { background-color: rgb(73,97,78); }

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

border-color css

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

 span { border-color: rgb(73,97,78); }

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