#47514B

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

Shades of Plantation #47514B

Tints of Plantation #47514B

Color information

#47514B (or 0x47514B) is unknown color: approx Plantation. HEX triplet: 47, 51 and 4B. RGB value is (71,81,75). Sum of RGB (Red+Green+Blue) = 71+81+75=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 81 - color contains mainly: green. Hex color #47514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47514B is #B8AEB4. Grayscale: #4D4D4D. Windows color (decimal): -12103349 or 4936007. OLE color: 4936007.

HSL color Cylindrical-coordinate representation of color #47514B: hue angle of 144º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #47514B is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB718175-
CMYK0.1200.070.68
HSL144º6.58%29.8%-
HSV(B)144º12.35%31.76%-
XYZ6.817.737.79-
YUV77.33126.69123.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=31.28%
G=35.68%
B=33.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7181750.1200.070.681446.5829.8
Hex47514BC07449071e
Octal1071211131407104220736
Binary1000111101000110010111100011110001001001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47514B; }

 p { color: rgb(71,81,75); }

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

<style>
 a { background-color: #47514B; }

 a { background-color: rgb(71,81,75); }

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

<style>
 span { border-color: #47514B; }

 span { border-color: rgb(71,81,75); }

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