#49554A

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

Shades of Nandor #49554A

Tints of Nandor #49554A

Color information

#49554A (or 0x49554A) is unknown color: approx Nandor. HEX triplet: 49, 55 and 4A. RGB value is (73,85,74). Sum of RGB (Red+Green+Blue) = 73+85+74=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #49554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49554A is #B6AAB5. Grayscale: #505050. Windows color (decimal): -11971254 or 4871497. OLE color: 4871497.

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

Color convert

RGB738574-
CMYK0.1400.130.67
HSL125º7.59%30.98%-
HSV(B)125º14.12%33.33%-
XYZ7.238.417.72-
YUV80.16124.52122.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=31.47%
G=36.64%
B=31.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385740.1400.130.671257.5930.98
Hex49554AE0D437d81f
Octal111125112160151031751037
Binary10010011010101100101011100110110000111111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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