#486647

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

Shades of Nandor #486647

Tints of Nandor #486647

Color information

#486647 (or 0x486647) is unknown color: approx Nandor. HEX triplet: 48, 66 and 47. RGB value is (72,102,71). Sum of RGB (Red+Green+Blue) = 72+102+71=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #486647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486647 is #B799B8. Grayscale: #595959. Windows color (decimal): -12032441 or 4679240. OLE color: 4679240.

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

Color convert

RGB7210271-
CMYK0.2900.300.6
HSL118.06º17.92%33.92%-
HSV(B)118.06º30.39%40%-
XYZ8.5611.347.7-
YUV89.5117.56115.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 71 (28.12% from 255) = 28.98%
R=29.39%
G=41.63%
B=28.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102710.2900.300.6118.0617.9233.92
Hex4866471D01E3C761222
Octal11014610735036741662242
Binary10010001100110100011111101011110111100111011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486647; }

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

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

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

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

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

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

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

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