#3B4F46

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

Shades of Plantation #3B4F46

Tints of Plantation #3B4F46

Color information

#3B4F46 (or 0x3B4F46) is unknown color: approx Plantation. HEX triplet: 3B, 4F and 46. RGB value is (59,79,70). Sum of RGB (Red+Green+Blue) = 59+79+70=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4F46 is #C4B0B9. Grayscale: #484848. Windows color (decimal): -12890298 or 4607803. OLE color: 4607803.

HSL color Cylindrical-coordinate representation of color #3B4F46: hue angle of 153º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B4F46 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB597970-
CMYK0.2500.110.69
HSL153º14.49%27.06%-
HSV(B)153º25.32%30.98%-
XYZ5.716.966.84-
YUV71.99126.87118.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.37%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=28.37%
G=37.98%
B=33.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5979700.2500.110.6915314.4927.06
Hex3B4F46190B4599e1b
Octal73117106310131052311633
Binary111011100111110001101100101011100010110011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,79,70); }

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

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

 a { background-color: rgb(59,79,70); }

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

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

 span { border-color: rgb(59,79,70); }

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