#476A48

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

Shades of Nandor #476A48

Tints of Nandor #476A48

Color information

#476A48 (or 0x476A48) is unknown color: approx Nandor. HEX triplet: 47, 6A and 48. RGB value is (71,106,72). Sum of RGB (Red+Green+Blue) = 71+106+72=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 106 - color contains mainly: green. Hex color #476A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476A48 is #B895B7. Grayscale: #5B5B5B. Windows color (decimal): -12096952 or 4745799. OLE color: 4745799.

HSL color Cylindrical-coordinate representation of color #476A48: hue angle of 121.71º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #476A48 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB7110672-
CMYK0.3300.320.58
HSL121.71º19.77%34.71%-
HSV(B)121.71º33.02%41.57%-
XYZ8.9212.128-
YUV91.66116.9113.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 106 (41.80% from 255) = 42.57%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=28.51%
G=42.57%
B=28.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71106720.3300.320.58121.7119.7734.71
Hex476A48210203A7a1423
Octal10715211041040721722443
Binary1000111110101010010001000010100000111010111101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476A48; }

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

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

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

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

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

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

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

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