#496149

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

Shades of Nandor #496149

Tints of Nandor #496149

Color information

#496149 (or 0x496149) is unknown color: approx Nandor. HEX triplet: 49, 61 and 49. RGB value is (73,97,73). Sum of RGB (Red+Green+Blue) = 73+97+73=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #496149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496149 is #B69EB6. Grayscale: #575757. Windows color (decimal): -11968183 or 4809033. OLE color: 4809033.

HSL color Cylindrical-coordinate representation of color #496149: 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.25%. Process color model (Four color, CMYK) of #496149 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB739773-
CMYK0.2500.250.62
HSL120º14.12%33.33%-
HSV(B)120º24.74%38.04%-
XYZ8.2210.457.89-
YUV87.09120.05117.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=30.04%
G=39.92%
B=30.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397730.2500.250.6212014.1233.33
Hex496149190193E78e21
Octal11114111131031761701641
Binary1001001110000110010011100101100111111011110001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496149; }

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

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

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

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

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

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

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

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