#47554D

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

Shades of Plantation #47554D

Tints of Plantation #47554D

Color information

#47554D (or 0x47554D) is unknown color: approx Plantation. HEX triplet: 47, 55 and 4D. RGB value is (71,85,77). Sum of RGB (Red+Green+Blue) = 71+85+77=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #47554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47554D is #B8AAB2. Grayscale: #4F4F4F. Windows color (decimal): -12102323 or 5068103. OLE color: 5068103.

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

Color convert

RGB718577-
CMYK0.1600.090.67
HSL145.71º8.97%30.59%-
HSV(B)145.71º16.47%33.33%-
XYZ7.198.378.26-
YUV79.9126.36121.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=30.47%
G=36.48%
B=33.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185770.1600.090.67145.718.9730.59
Hex47554D1009439291f
Octal107125115200111032221137
Binary1000111101010110011011000001001100001110010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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