#496753

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

Shades of Mineral Green #496753

Tints of Mineral Green #496753

Color information

#496753 (or 0x496753) is unknown color: approx Mineral Green. HEX triplet: 49, 67 and 53. RGB value is (73,103,83). Sum of RGB (Red+Green+Blue) = 73+103+83=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 103 - color contains mainly: green. Hex color #496753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496753 is #B698AC. Grayscale: #5B5B5B. Windows color (decimal): -11966637 or 5465929. OLE color: 5465929.

HSL color Cylindrical-coordinate representation of color #496753: hue angle of 140º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #496753 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB7310383-
CMYK0.2900.190.60
HSL140º17.05%34.51%-
HSV(B)140º29.13%40.39%-
XYZ9.1611.749.97-
YUV91.75123.06114.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 103 (40.62% from 255) = 39.77%
BLUE value IS 83 (32.81% from 255) = 32.05%
R=28.19%
G=39.77%
B=32.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103830.2900.190.6014017.0534.51
Hex4967531D0133C8c1123
Octal11114712335023742142143
Binary100100111001111010011111010100111111001000110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496753; }

 p { color: rgb(73,103,83); }

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

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

 a { background-color: rgb(73,103,83); }

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

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

 span { border-color: rgb(73,103,83); }

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