#47644A

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

Shades of Nandor #47644A

Tints of Nandor #47644A

Color information

#47644A (or 0x47644A) is unknown color: approx Nandor. HEX triplet: 47, 64 and 4A. RGB value is (71,100,74). Sum of RGB (Red+Green+Blue) = 71+100+74=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 100 - color contains mainly: green. Hex color #47644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47644A is #B89BB5. Grayscale: #585858. Windows color (decimal): -12098486 or 4875335. OLE color: 4875335.

HSL color Cylindrical-coordinate representation of color #47644A: hue angle of 126.21º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #47644A is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB7110074-
CMYK0.2900.260.61
HSL126.21º16.96%33.53%-
HSV(B)126.21º29%39.22%-
XYZ8.3910.958.15-
YUV88.36119.89115.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=28.98%
G=40.82%
B=30.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71100740.2900.260.61126.2116.9633.53
Hex47644A1D01A3D7e1122
Octal10714411235032751762142
Binary10001111100100100101011101011010111101111111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47644A; }

 p { color: rgb(71,100,74); }

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

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

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

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

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

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

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