#3B684D

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

Shades of Plantation #3B684D

Tints of Plantation #3B684D

Color information

#3B684D (or 0x3B684D) is unknown color: approx Plantation. HEX triplet: 3B, 68 and 4D. RGB value is (59,104,77). Sum of RGB (Red+Green+Blue) = 59+104+77=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #3B684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B684D is #C497B2. Grayscale: #575757. Windows color (decimal): -12883891 or 5072955. OLE color: 5072955.

HSL color Cylindrical-coordinate representation of color #3B684D: hue angle of 144º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B684D is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB5910477-
CMYK0.4300.260.59
HSL144º27.61%31.96%-
HSV(B)144º43.27%40.78%-
XYZ8.0911.378.79-
YUV87.47122.09107.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.58%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=24.58%
G=43.33%
B=32.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59104770.4300.260.5914427.6131.96
Hex3B684D2B01A3B901c20
Octal7315011553032732203440
Binary111011110100010011011010110110101110111001000011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,104,77); }

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

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

 a { background-color: rgb(59,104,77); }

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

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

 span { border-color: rgb(59,104,77); }

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