#47594A

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

Shades of Nandor #47594A

Tints of Nandor #47594A

Color information

#47594A (or 0x47594A) is unknown color: approx Nandor. HEX triplet: 47, 59 and 4A. RGB value is (71,89,74). Sum of RGB (Red+Green+Blue) = 71+89+74=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #47594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47594A is #B8A6B5. Grayscale: #515151. Windows color (decimal): -12101302 or 4872519. OLE color: 4872519.

HSL color Cylindrical-coordinate representation of color #47594A: hue angle of 130º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #47594A is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB718974-
CMYK0.2000.170.65
HSL130º11.25%31.37%-
HSV(B)130º20.22%34.9%-
XYZ7.418.987.82-
YUV81.91123.54120.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=30.34%
G=38.03%
B=31.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189740.2000.170.6513011.2531.37
Hex47594A140114182b1f
Octal107131112240211012021337
Binary10001111011001100101010100010001100000110000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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