#3B4E44

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

Shades of Plantation #3B4E44

Tints of Plantation #3B4E44

Color information

#3B4E44 (or 0x3B4E44) is unknown color: approx Plantation. HEX triplet: 3B, 4E and 44. RGB value is (59,78,68). Sum of RGB (Red+Green+Blue) = 59+78+68=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #3B4E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4E44 is #C4B1BB. Grayscale: #474747. Windows color (decimal): -12890556 or 4476475. OLE color: 4476475.

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

Color convert

RGB597868-
CMYK0.2400.130.69
HSL148.42º13.87%26.86%-
HSV(B)148.42º24.36%30.59%-
XYZ5.576.86.49-
YUV71.18126.21119.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.78%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=28.78%
G=38.05%
B=33.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5978680.2400.130.69148.4213.8726.86
Hex3B4E44180D4594e1b
Octal73116104300151052241633
Binary111011100111010001001100001101100010110010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,78,68); }

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

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

 a { background-color: rgb(59,78,68); }

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

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

 span { border-color: rgb(59,78,68); }

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