Html Css Color HEX #49614F Mineral Green

📋 copy color: '#49614F'

red 73 ◦ green 97 ◦ blue 79

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

Shades of Mineral Green #49614F

Tints of Mineral Green #49614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 29.32%
G = 38.96%
B = 31.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#49614F (or 0x49614F) is known color: Mineral Green. HEX triplet: 49, 61 and 4F. RGB value is (73,97,79). Sum of RGB (Red+Green+Blue) = 73+97+79=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #49614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49614F is #B69EB0. Grayscale: #575757. Windows color (decimal): -11968177 or 5202249. OLE color: 5202249.

HSL color Cylindrical-coordinate representation of color #49614F: hue angle of 135º 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 #49614F is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 79 -
CMYK 0.25 0 0.19 0.62
HSL 135º 0.14% 0.33% -
HSV(B) 135º 0.25% 0.38% -
XYZ 8.43 10.53 8.99 -
YUV 87.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 73 97 79 0.25 0 0.19 0.62 135 0.14 0.33
Hex 49 61 4F 19 0 13 3E 87 E 21
Octal 111 141 117 31 0 23 76 207 16 41
Binary 1001001 1100001 1001111 11001 0 10011 111110 10000111 1110 100001

Color Harmonies of #49614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49614F

Black with #49614F

Text Example


Text Example

White with #49614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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