#485949

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

Shades of Nandor #485949

Tints of Nandor #485949

Color information

#485949 (or 0x485949) is unknown color: approx Nandor. HEX triplet: 48, 59 and 49. RGB value is (72,89,73). Sum of RGB (Red+Green+Blue) = 72+89+73=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #485949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485949 is #B7A6B6. Grayscale: #525252. Windows color (decimal): -12035767 or 4806984. OLE color: 4806984.

HSL color Cylindrical-coordinate representation of color #485949: hue angle of 123.53º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485949 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB728973-
CMYK0.1900.180.65
HSL123.53º10.56%31.57%-
HSV(B)123.53º19.1%34.9%-
XYZ7.4597.65-
YUV82.09122.87120.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=30.77%
G=38.03%
B=31.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289730.1900.180.65123.5310.5631.57
Hex48594913012417cb20
Octal110131111230221011741340
Binary10010001011001100100110011010010100000111111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485949; }

 p { color: rgb(72,89,73); }

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

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

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

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

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

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

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