#3F5949

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

Shades of Plantation #3F5949

Tints of Plantation #3F5949

Color information

#3F5949 (or 0x3F5949) is unknown color: approx Plantation. HEX triplet: 3F, 59 and 49. RGB value is (63,89,73). Sum of RGB (Red+Green+Blue) = 63+89+73=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #3F5949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5949 is #C0A6B6. Grayscale: #4F4F4F. Windows color (decimal): -12625591 or 4806975. OLE color: 4806975.

HSL color Cylindrical-coordinate representation of color #3F5949: hue angle of 143.08º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F5949 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB638973-
CMYK0.2900.180.65
HSL143.08º17.11%29.8%-
HSV(B)143.08º29.21%34.9%-
XYZ6.828.687.62-
YUV79.4124.39116.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=28%
G=39.56%
B=32.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6389730.2900.180.65143.0817.1129.8
Hex3F59491D012418f111e
Octal77131111350221012172136
Binary11111110110011001001111010100101000001100011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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