#49634F

Color #49634F Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #49634F

Tints of Mineral Green #49634F

Color information

#49634F (or 0x49634F) is unknown color: approx Mineral Green. HEX triplet: 49, 63 and 4F. RGB value is (73,99,79). Sum of RGB (Red+Green+Blue) = 73+99+79=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #49634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49634F is #B69CB0. Grayscale: #595959. Windows color (decimal): -11967665 or 5202761. OLE color: 5202761.

HSL color Cylindrical-coordinate representation of color #49634F: hue angle of 133.85º 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 #49634F is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB739979-
CMYK0.2600.200.61
HSL133.85º15.12%33.73%-
HSV(B)133.85º26.26%38.82%-
XYZ8.6210.99.05-
YUV88.95122.39116.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=29.08%
G=39.44%
B=31.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399790.2600.200.61133.8515.1233.73
Hex49634F1A0143D86f22
Octal11114311732024752061742
Binary10010011100011100111111010010100111101100001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49634F;
 }
 .AnyTagClassName
 {
   color: #49634F;
 }
</style>
background-color css

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

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

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

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

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

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