#49664E

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

Shades of Mineral Green #49664E

Tints of Mineral Green #49664E

Color information

#49664E (or 0x49664E) is unknown color: approx Mineral Green. HEX triplet: 49, 66 and 4E. RGB value is (73,102,78). Sum of RGB (Red+Green+Blue) = 73+102+78=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 102 - color contains mainly: green. Hex color #49664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49664E is #B699B1. Grayscale: #5A5A5A. Windows color (decimal): -11966898 or 5137993. OLE color: 5137993.

HSL color Cylindrical-coordinate representation of color #49664E: hue angle of 130.34º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49664E is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB7310278-
CMYK0.2800.240.6
HSL130.34º16.57%34.31%-
HSV(B)130.34º28.43%40%-
XYZ8.8711.478.95-
YUV90.59120.89115.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=28.85%
G=40.32%
B=30.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73102780.2800.240.6130.3416.5734.31
Hex49664E1C0183C821122
Octal11114611634030742022142
Binary100100111001101001110111000110001111001000001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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