#486847

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

Shades of Nandor #486847

Tints of Nandor #486847

Color information

#486847 (or 0x486847) is unknown color: approx Nandor. HEX triplet: 48, 68 and 47. RGB value is (72,104,71). Sum of RGB (Red+Green+Blue) = 72+104+71=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #486847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486847 is #B797B8. Grayscale: #5A5A5A. Windows color (decimal): -12031929 or 4679752. OLE color: 4679752.

HSL color Cylindrical-coordinate representation of color #486847: hue angle of 118.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #486847 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB7210471-
CMYK0.3100.320.59
HSL118.18º18.86%34.31%-
HSV(B)118.18º31.73%40.78%-
XYZ8.7611.737.76-
YUV90.67116.9114.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 71 (28.12% from 255) = 28.74%
R=29.15%
G=42.11%
B=28.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104710.3100.320.59118.1818.8634.31
Hex4868471F0203B761322
Octal11015010737040731662342
Binary100100011010001000111111110100000111011111011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486847; }

 p { color: rgb(72,104,71); }

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

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

 a { background-color: rgb(72,104,71); }

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

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

 span { border-color: rgb(72,104,71); }

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