Html Css Color HEX #49594C Mineral Green

📋 copy color: '#49594C'

red 73 ◦ green 89 ◦ blue 76

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

Shades of Mineral Green #49594C

Tints of Mineral Green #49594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.39%

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

R = 30.67%
G = 37.39%
B = 31.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#49594C (or 0x49594C) is known color: Mineral Green. HEX triplet: 49, 59 and 4C. RGB value is (73,89,76). Sum of RGB (Red+Green+Blue) = 73+89+76=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #49594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49594C is #B6A6B3. Grayscale: #525252. Windows color (decimal): -11970228 or 5003593. OLE color: 5003593.

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

Color convert

RGB 73 89 76 -
CMYK 0.18 0 0.15 0.65
HSL 131.25º 0.1% 0.32% -
HSV(B) 131.25º 0.18% 0.35% -
XYZ 7.62 9.08 8.19 -
YUV 82.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 73 89 76 0.18 0 0.15 0.65 131.25 0.1 0.32
Hex 49 59 4C 12 0 F 41 83 A 20
Octal 111 131 114 22 0 17 101 203 12 40
Binary 1001001 1011001 1001100 10010 0 1111 1000001 10000011 1010 100000

Color Harmonies of #49594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49594C

Black with #49594C

Text Example


Text Example

White with #49594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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