#496249

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

Shades of Nandor #496249

Tints of Nandor #496249

Color information

#496249 (or 0x496249) is unknown color: approx Nandor. HEX triplet: 49, 62 and 49. RGB value is (73,98,73). Sum of RGB (Red+Green+Blue) = 73+98+73=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #496249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496249 is #B69DB6. Grayscale: #575757. Windows color (decimal): -11967927 or 4809289. OLE color: 4809289.

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

Color convert

RGB739873-
CMYK0.2600.260.62
HSL120º14.62%33.53%-
HSV(B)120º25.51%38.43%-
XYZ8.3210.637.92-
YUV87.68119.72117.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 98 (38.67% from 255) = 40.16%
BLUE value IS 73 (28.91% from 255) = 29.92%
R=29.92%
G=40.16%
B=29.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398730.2600.260.6212014.6233.53
Hex4962491A01A3E78f22
Octal11114211132032761701742
Binary1001001110001010010011101001101011111011110001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496249; }

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

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

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

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

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

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

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

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