#47614A

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

Shades of Nandor #47614A

Tints of Nandor #47614A

Color information

#47614A (or 0x47614A) is unknown color: approx Nandor. HEX triplet: 47, 61 and 4A. RGB value is (71,97,74). Sum of RGB (Red+Green+Blue) = 71+97+74=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #47614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47614A is #B89EB5. Grayscale: #565656. Windows color (decimal): -12099254 or 4874567. OLE color: 4874567.

HSL color Cylindrical-coordinate representation of color #47614A: hue angle of 126.92º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47614A is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB719774-
CMYK0.2700.240.62
HSL126.92º15.48%32.94%-
HSV(B)126.92º26.8%38.04%-
XYZ8.1110.388.06-
YUV86.6120.89116.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=29.34%
G=40.08%
B=30.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197740.2700.240.62126.9215.4832.94
Hex47614A1B0183E7ff21
Octal10714111233030761771741
Binary1000111110000110010101101101100011111011111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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