#47574F

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

Shades of Plantation #47574F

Tints of Plantation #47574F

Color information

#47574F (or 0x47574F) is unknown color: approx Plantation. HEX triplet: 47, 57 and 4F. RGB value is (71,87,79). Sum of RGB (Red+Green+Blue) = 71+87+79=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 87 - color contains mainly: green. Hex color #47574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47574F is #B8A8B0. Grayscale: #515151. Windows color (decimal): -12101809 or 5199687. OLE color: 5199687.

HSL color Cylindrical-coordinate representation of color #47574F: hue angle of 150º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #47574F is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB718779-
CMYK0.1800.090.66
HSL150º10.13%30.98%-
HSV(B)150º18.39%34.12%-
XYZ7.428.728.69-
YUV81.3126.7120.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 79 (31.25% from 255) = 33.33%
R=29.96%
G=36.71%
B=33.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7187790.1800.090.6615010.1330.98
Hex47574F12094296a1f
Octal107127117220111022261237
Binary1000111101011110011111001001001100001010010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47574F; }

 p { color: rgb(71,87,79); }

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

<style>
 a { background-color: #47574F; }

 a { background-color: rgb(71,87,79); }

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

<style>
 span { border-color: #47574F; }

 span { border-color: rgb(71,87,79); }

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