#49544A

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

Shades of Nandor #49544A

Tints of Nandor #49544A

Color information

#49544A (or 0x49544A) is unknown color: approx Nandor. HEX triplet: 49, 54 and 4A. RGB value is (73,84,74). Sum of RGB (Red+Green+Blue) = 73+84+74=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #49544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49544A is #B6ABB5. Grayscale: #4F4F4F. Windows color (decimal): -11971510 or 4871241. OLE color: 4871241.

HSL color Cylindrical-coordinate representation of color #49544A: hue angle of 125.45º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #49544A is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB738474-
CMYK0.1300.120.67
HSL125.45º7.01%30.78%-
HSV(B)125.45º13.1%32.94%-
XYZ7.158.257.69-
YUV79.57124.86123.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=31.60%
G=36.36%
B=32.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384740.1300.120.67125.457.0130.78
Hex49544AD0C437d71f
Octal11112411215014103175737
Binary1001001101010010010101101011001000011111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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