#47644B

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

Shades of Nandor #47644B

Tints of Nandor #47644B

Color information

#47644B (or 0x47644B) is unknown color: approx Nandor. HEX triplet: 47, 64 and 4B. RGB value is (71,100,75). Sum of RGB (Red+Green+Blue) = 71+100+75=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 100 - color contains mainly: green. Hex color #47644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47644B is #B89BB4. Grayscale: #585858. Windows color (decimal): -12098485 or 4940871. OLE color: 4940871.

HSL color Cylindrical-coordinate representation of color #47644B: hue angle of 128.28º 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 #47644B is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB7110075-
CMYK0.2900.250.61
HSL128.28º16.96%33.53%-
HSV(B)128.28º29%39.22%-
XYZ8.4310.968.33-
YUV88.48120.39115.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.86%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=28.86%
G=40.65%
B=30.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71100750.2900.250.61128.2816.9633.53
Hex47644B1D0193D801122
Octal10714411335031752002142
Binary100011111001001001011111010110011111011000000010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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