Html Css Color HEX #49634E Mineral Green

📋 copy color: '#49634E'

red 73 ◦ green 99 ◦ blue 78

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

Shades of Mineral Green #49634E

Tints of Mineral Green #49634E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.6%

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

R = 29.2%
G = 39.6%
B = 31.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#49634E (or 0x49634E) is known color: Mineral Green. HEX triplet: 49, 63 and 4E. RGB value is (73,99,78). Sum of RGB (Red+Green+Blue) = 73+99+78=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #49634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49634E is #B69CB1. Grayscale: #585858. Windows color (decimal): -11967666 or 5137225. OLE color: 5137225.

HSL color Cylindrical-coordinate representation of color #49634E: hue angle of 131.54º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49634E is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 78 -
CMYK 0.26 0 0.21 0.61
HSL 131.54º 0.15% 0.34% -
HSV(B) 131.54º 0.26% 0.39% -
XYZ 8.58 10.89 8.86 -
YUV 88.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 73 99 78 0.26 0 0.21 0.61 131.54 0.15 0.34
Hex 49 63 4E 1A 0 15 3D 84 F 22
Octal 111 143 116 32 0 25 75 204 17 42
Binary 1001001 1100011 1001110 11010 0 10101 111101 10000100 1111 100010

Color Harmonies of #49634E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49634E

Black with #49634E

Text Example


Text Example

White with #49634E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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