#3B5347

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

Shades of Plantation #3B5347

Tints of Plantation #3B5347

Color information

#3B5347 (or 0x3B5347) is unknown color: approx Plantation. HEX triplet: 3B, 53 and 47. RGB value is (59,83,71). Sum of RGB (Red+Green+Blue) = 59+83+71=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #3B5347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5347 is #C4ACB8. Grayscale: #4A4A4A. Windows color (decimal): -12889273 or 4674363. OLE color: 4674363.

HSL color Cylindrical-coordinate representation of color #3B5347: hue angle of 150º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B5347 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB598371-
CMYK0.2900.140.67
HSL150º16.9%27.84%-
HSV(B)150º28.92%32.55%-
XYZ6.037.577.1-
YUV74.46126.05116.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.70%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=27.70%
G=38.97%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5983710.2900.140.6715016.927.84
Hex3B53471D0E4396111c
Octal73123107350161032262134
Binary1110111010011100011111101011101000011100101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,83,71); }

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

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

 a { background-color: rgb(59,83,71); }

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

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

 span { border-color: rgb(59,83,71); }

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