#3B5847

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

Shades of Plantation #3B5847

Tints of Plantation #3B5847

Color information

#3B5847 (or 0x3B5847) is unknown color: approx Plantation. HEX triplet: 3B, 58 and 47. RGB value is (59,88,71). Sum of RGB (Red+Green+Blue) = 59+88+71=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #3B5847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5847 is #C4A7B8. Grayscale: #4D4D4D. Windows color (decimal): -12887993 or 4675643. OLE color: 4675643.

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

Color convert

RGB598871-
CMYK0.3300.190.65
HSL144.83º19.73%28.82%-
HSV(B)144.83º32.95%34.51%-
XYZ6.438.367.24-
YUV77.39124.39114.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.06%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 71 (28.12% from 255) = 32.57%
R=27.06%
G=40.37%
B=32.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5988710.3300.190.65144.8319.7328.82
Hex3B5847210134191141d
Octal73130107410231012212435
Binary111011101100010001111000010100111000001100100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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