#49584A

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

Shades of Nandor #49584A

Tints of Nandor #49584A

Color information

#49584A (or 0x49584A) is unknown color: approx Nandor. HEX triplet: 49, 58 and 4A. RGB value is (73,88,74). Sum of RGB (Red+Green+Blue) = 73+88+74=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 88 - color contains mainly: green. Hex color #49584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49584A is #B6A7B5. Grayscale: #515151. Windows color (decimal): -11970486 or 4872265. OLE color: 4872265.

HSL color Cylindrical-coordinate representation of color #49584A: hue angle of 124º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #49584A is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB738874-
CMYK0.1700.160.65
HSL124º9.32%31.57%-
HSV(B)124º17.05%34.51%-
XYZ7.478.897.8-
YUV81.92123.53121.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=31.06%
G=37.45%
B=31.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388740.1700.160.651249.3231.57
Hex49584A11010417c920
Octal111130112210201011741140
Binary10010011011000100101010001010000100000111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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