#3D5349

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

Shades of Plantation #3D5349

Tints of Plantation #3D5349

Color information

#3D5349 (or 0x3D5349) is unknown color: approx Plantation. HEX triplet: 3D, 53 and 49. RGB value is (61,83,73). Sum of RGB (Red+Green+Blue) = 61+83+73=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5349 is #C2ACB6. Grayscale: #4B4B4B. Windows color (decimal): -12758199 or 4805437. OLE color: 4805437.

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

Color convert

RGB618373-
CMYK0.2700.120.67
HSL152.73º15.28%28.24%-
HSV(B)152.73º26.51%32.55%-
XYZ6.227.667.45-
YUV75.28126.71117.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.11%
GREEN value IS 83 (32.81% from 255) = 38.25%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=28.11%
G=38.25%
B=33.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6183730.2700.120.67152.7315.2828.24
Hex3D53491B0C4399f1c
Octal75123111330141032311734
Binary111101101001110010011101101100100001110011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,83,73); }

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

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

 a { background-color: rgb(61,83,73); }

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

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

 span { border-color: rgb(61,83,73); }

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