#486049

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

Shades of Nandor #486049

Tints of Nandor #486049

Color information

#486049 (or 0x486049) is unknown color: approx Nandor. HEX triplet: 48, 60 and 49. RGB value is (72,96,73). Sum of RGB (Red+Green+Blue) = 72+96+73=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #486049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486049 is #B79FB6. Grayscale: #565656. Windows color (decimal): -12033975 or 4808776. OLE color: 4808776.

HSL color Cylindrical-coordinate representation of color #486049: hue angle of 122.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #486049 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB729673-
CMYK0.2500.240.62
HSL122.5º14.29%32.94%-
HSV(B)122.5º25%37.65%-
XYZ8.0610.227.85-
YUV86.2120.55117.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=29.88%
G=39.83%
B=30.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296730.2500.240.62122.514.2932.94
Hex486049190183E7ae21
Octal11014011131030761721641
Binary1001000110000010010011100101100011111011110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486049; }

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

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

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

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

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

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

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

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