#49564A

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

Shades of Nandor #49564A

Tints of Nandor #49564A

Color information

#49564A (or 0x49564A) is unknown color: approx Nandor. HEX triplet: 49, 56 and 4A. RGB value is (73,86,74). Sum of RGB (Red+Green+Blue) = 73+86+74=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 86 - color contains mainly: green. Hex color #49564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49564A is #B6A9B5. Grayscale: #505050. Windows color (decimal): -11970998 or 4871753. OLE color: 4871753.

HSL color Cylindrical-coordinate representation of color #49564A: hue angle of 124.62º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #49564A is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB738674-
CMYK0.1500.140.66
HSL124.62º8.18%31.18%-
HSV(B)124.62º15.12%33.73%-
XYZ7.318.577.75-
YUV80.74124.19122.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=31.33%
G=36.91%
B=31.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386740.1500.140.66124.628.1831.18
Hex49564AF0E427d81f
Octal111126112170161021751037
Binary10010011010110100101011110111010000101111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49564A; }

 p { color: rgb(73,86,74); }

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

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

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

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

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

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

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