#476548

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

Shades of Nandor #476548

Tints of Nandor #476548

Color information

#476548 (or 0x476548) is unknown color: approx Nandor. HEX triplet: 47, 65 and 48. RGB value is (71,101,72). Sum of RGB (Red+Green+Blue) = 71+101+72=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 101 - color contains mainly: green. Hex color #476548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476548 is #B89AB7. Grayscale: #585858. Windows color (decimal): -12098232 or 4744519. OLE color: 4744519.

HSL color Cylindrical-coordinate representation of color #476548: 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.3%. Process color model (Four color, CMYK) of #476548 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB7110172-
CMYK0.3000.290.60
HSL122º17.44%33.73%-
HSV(B)122º29.7%39.61%-
XYZ8.4211.117.83-
YUV88.72118.56115.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 101 (39.84% from 255) = 41.39%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=29.10%
G=41.39%
B=29.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71101720.3000.290.6012217.4433.73
Hex4765481E01D3C7a1122
Octal10714511036035741722142
Binary10001111100101100100011110011101111100111101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476548; }

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

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

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

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

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

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

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

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