#47544D

Color #47544D Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #47544D

Tints of Plantation #47544D

Color information

#47544D (or 0x47544D) is unknown color: approx Plantation. HEX triplet: 47, 54 and 4D. RGB value is (71,84,77). Sum of RGB (Red+Green+Blue) = 71+84+77=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #47544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47544D is #B8ABB2. Grayscale: #4F4F4F. Windows color (decimal): -12102579 or 5067847. OLE color: 5067847.

HSL color Cylindrical-coordinate representation of color #47544D: hue angle of 147.69º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #47544D is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB718477-
CMYK0.1500.080.67
HSL147.69º8.39%30.39%-
HSV(B)147.69º15.48%32.94%-
XYZ7.118.228.23-
YUV79.32126.69122.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=30.60%
G=36.21%
B=33.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7184770.1500.080.67147.698.3930.39
Hex47544DF08439481e
Octal107124115170101032241036
Binary100011110101001001101111101000100001110010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47544D; }

 p { color: rgb(71,84,77); }

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

<style>
 a { background-color: #47544D; }

 a { background-color: rgb(71,84,77); }

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

<style>
 span { border-color: #47544D; }

 span { border-color: rgb(71,84,77); }

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