Html Css Color HEX #49584C Mineral Green

📋 copy color: '#49584C'

red 73 ◦ green 88 ◦ blue 76

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

Shades of Mineral Green #49584C

Tints of Mineral Green #49584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.13%

 BLUE value IS 76 (30.08% from 255) = 32.07%

R = 30.8%
G = 37.13%
B = 32.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#49584C (or 0x49584C) is known color: Mineral Green. HEX triplet: 49, 58 and 4C. RGB value is (73,88,76). Sum of RGB (Red+Green+Blue) = 73+88+76=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #49584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49584C is #B6A7B3. Grayscale: #525252. Windows color (decimal): -11970484 or 5003337. OLE color: 5003337.

HSL color Cylindrical-coordinate representation of color #49584C: hue angle of 132º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #49584C is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 76 -
CMYK 0.17 0 0.14 0.65
HSL 132º 0.09% 0.32% -
HSV(B) 132º 0.17% 0.35% -
XYZ 7.54 8.92 8.16 -
YUV 82.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 73 88 76 0.17 0 0.14 0.65 132 0.09 0.32
Hex 49 58 4C 11 0 E 41 84 9 20
Octal 111 130 114 21 0 16 101 204 11 40
Binary 1001001 1011000 1001100 10001 0 1110 1000001 10000100 1001 100000

Color Harmonies of #49584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49584C

Black with #49584C

Text Example


Text Example

White with #49584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49584C; }

 p { color: rgb(73,88,76); }

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

background-color css

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

 a { background-color: rgb(73,88,76); }

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

border-color css

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

 span { border-color: rgb(73,88,76); }

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