#496947

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

Shades of Nandor #496947

Tints of Nandor #496947

Color information

#496947 (or 0x496947) is unknown color: approx Nandor. HEX triplet: 49, 69 and 47. RGB value is (73,105,71). Sum of RGB (Red+Green+Blue) = 73+105+71=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #496947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496947 is #B696B8. Grayscale: #5B5B5B. Windows color (decimal): -11966137 or 4680009. OLE color: 4680009.

HSL color Cylindrical-coordinate representation of color #496947: hue angle of 116.47º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496947 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB7310571-
CMYK0.3000.320.59
HSL116.47º19.32%34.51%-
HSV(B)116.47º32.38%41.18%-
XYZ8.9411.977.8-
YUV91.56116.4114.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 71 (28.12% from 255) = 28.51%
R=29.32%
G=42.17%
B=28.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105710.3000.320.59116.4719.3234.51
Hex4969471E0203B741323
Octal11115110736040731642343
Binary100100111010011000111111100100000111011111010010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496947; }

 p { color: rgb(73,105,71); }

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

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

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

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

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

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

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