#496649

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

Shades of Nandor #496649

Tints of Nandor #496649

Color information

#496649 (or 0x496649) is unknown color: approx Nandor. HEX triplet: 49, 66 and 49. RGB value is (73,102,73). Sum of RGB (Red+Green+Blue) = 73+102+73=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #496649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496649 is #B699B6. Grayscale: #5A5A5A. Windows color (decimal): -11966903 or 4810313. OLE color: 4810313.

HSL color Cylindrical-coordinate representation of color #496649: hue angle of 120º 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 #496649 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB7310273-
CMYK0.2800.280.6
HSL120º16.57%34.31%-
HSV(B)120º28.43%40%-
XYZ8.711.48.05-
YUV90.02118.39115.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 73 (28.91% from 255) = 29.44%
R=29.44%
G=41.13%
B=29.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73102730.2800.280.612016.5734.31
Hex4966491C01C3C781122
Octal11114611134034741702142
Binary10010011100110100100111100011100111100111100010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496649; }

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

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

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

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

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

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

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

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