#476647

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

Shades of Nandor #476647

Tints of Nandor #476647

Color information

#476647 (or 0x476647) is unknown color: approx Nandor. HEX triplet: 47, 66 and 47. RGB value is (71,102,71). Sum of RGB (Red+Green+Blue) = 71+102+71=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 102 - color contains mainly: green. Hex color #476647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476647 is #B899B8. Grayscale: #595959. Windows color (decimal): -12097977 or 4679239. OLE color: 4679239.

HSL color Cylindrical-coordinate representation of color #476647: hue angle of 120º 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 #476647 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB7110271-
CMYK0.3000.300.6
HSL120º17.92%33.92%-
HSV(B)120º30.39%40%-
XYZ8.4911.37.69-
YUV89.2117.73115.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 71 (28.12% from 255) = 29.10%
R=29.10%
G=41.80%
B=29.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102710.3000.300.612017.9233.92
Hex4766471E01E3C781222
Octal10714610736036741702242
Binary10001111100110100011111110011110111100111100010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476647; }

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

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

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

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

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

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

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

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