#3F5E49

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

Shades of Plantation #3F5E49

Tints of Plantation #3F5E49

Color information

#3F5E49 (or 0x3F5E49) is unknown color: approx Plantation. HEX triplet: 3F, 5E and 49. RGB value is (63,94,73). Sum of RGB (Red+Green+Blue) = 63+94+73=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 94 - color contains mainly: green. Hex color #3F5E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5E49 is #C0A1B6. Grayscale: #525252. Windows color (decimal): -12624311 or 4808255. OLE color: 4808255.

HSL color Cylindrical-coordinate representation of color #3F5E49: hue angle of 139.35º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F5E49 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB639473-
CMYK0.3300.220.63
HSL139.35º19.75%30.78%-
HSV(B)139.35º32.98%36.86%-
XYZ7.269.547.76-
YUV82.34122.73114.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.39%
GREEN value IS 94 (37.11% from 255) = 40.87%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=27.39%
G=40.87%
B=31.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6394730.3300.220.63139.3519.7530.78
Hex3F5E49210163F8b141f
Octal7713611141026772132437
Binary11111110111101001001100001010110111111100010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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