#3F5149

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

Shades of Plantation #3F5149

Tints of Plantation #3F5149

Color information

#3F5149 (or 0x3F5149) is unknown color: approx Plantation. HEX triplet: 3F, 51 and 49. RGB value is (63,81,73). Sum of RGB (Red+Green+Blue) = 63+81+73=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #3F5149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5149 is #C0AEB6. Grayscale: #4A4A4A. Windows color (decimal): -12627639 or 4804927. OLE color: 4804927.

HSL color Cylindrical-coordinate representation of color #3F5149: hue angle of 153.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F5149 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB638173-
CMYK0.2200.100.68
HSL153.33º12.5%28.24%-
HSV(B)153.33º22.22%31.76%-
XYZ6.197.427.41-
YUV74.71127.04119.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=29.03%
G=37.33%
B=33.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6381730.2200.100.68153.3312.528.24
Hex3F5149160A4499d1c
Octal77121111260121042311534
Binary111111101000110010011011001010100010010011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F5149; }

 p { color: rgb(63,81,73); }

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

<style>
 a { background-color: #3F5149; }

 a { background-color: rgb(63,81,73); }

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

<style>
 span { border-color: #3F5149; }

 span { border-color: rgb(63,81,73); }

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