#496049

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

Shades of Nandor #496049

Tints of Nandor #496049

Color information

#496049 (or 0x496049) is unknown color: approx Nandor. HEX triplet: 49, 60 and 49. RGB value is (73,96,73). Sum of RGB (Red+Green+Blue) = 73+96+73=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #496049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496049 is #B69FB6. Grayscale: #565656. Windows color (decimal): -11968439 or 4808777. OLE color: 4808777.

HSL color Cylindrical-coordinate representation of color #496049: hue angle of 120º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #496049 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB739673-
CMYK0.2400.240.62
HSL120º13.61%33.14%-
HSV(B)120º23.96%37.65%-
XYZ8.1310.267.86-
YUV86.5120.38118.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=30.17%
G=39.67%
B=30.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396730.2400.240.6212013.6133.14
Hex496049180183E78e21
Octal11114011130030761701641
Binary1001001110000010010011100001100011111011110001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496049; }

 p { color: rgb(73,96,73); }

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

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

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

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

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

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

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