#486649

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

Shades of Nandor #486649

Tints of Nandor #486649

Color information

#486649 (or 0x486649) is unknown color: approx Nandor. HEX triplet: 48, 66 and 49. RGB value is (72,102,73). Sum of RGB (Red+Green+Blue) = 72+102+73=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 102 - color contains mainly: green. Hex color #486649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486649 is #B799B6. Grayscale: #595959. Windows color (decimal): -12032439 or 4810312. OLE color: 4810312.

HSL color Cylindrical-coordinate representation of color #486649: hue angle of 122º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #486649 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB7210273-
CMYK0.2900.280.6
HSL122º17.24%34.12%-
HSV(B)122º29.41%40%-
XYZ8.6311.368.04-
YUV89.72118.56115.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 102 (40.23% from 255) = 41.30%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=29.15%
G=41.30%
B=29.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102730.2900.280.612217.2434.12
Hex4866491D01C3C7a1122
Octal11014611135034741722142
Binary10010001100110100100111101011100111100111101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486649; }

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

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

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

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

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

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

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

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