#47634A

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

Shades of Nandor #47634A

Tints of Nandor #47634A

Color information

#47634A (or 0x47634A) is unknown color: approx Nandor. HEX triplet: 47, 63 and 4A. RGB value is (71,99,74). Sum of RGB (Red+Green+Blue) = 71+99+74=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #47634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47634A is #B89CB5. Grayscale: #575757. Windows color (decimal): -12098742 or 4875079. OLE color: 4875079.

HSL color Cylindrical-coordinate representation of color #47634A: hue angle of 126.43º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47634A is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB719974-
CMYK0.2800.250.61
HSL126.43º16.47%33.33%-
HSV(B)126.43º28.28%38.82%-
XYZ8.310.768.12-
YUV87.78120.22116.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=29.10%
G=40.57%
B=30.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199740.2800.250.61126.4316.4733.33
Hex47634A1C0193D7e1021
Octal10714311234031751762041
Binary10001111100011100101011100011001111101111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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