#3D5249

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

Shades of Plantation #3D5249

Tints of Plantation #3D5249

Color information

#3D5249 (or 0x3D5249) is unknown color: approx Plantation. HEX triplet: 3D, 52 and 49. RGB value is (61,82,73). Sum of RGB (Red+Green+Blue) = 61+82+73=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5249 is #C2ADB6. Grayscale: #4A4A4A. Windows color (decimal): -12758455 or 4805181. OLE color: 4805181.

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

Color convert

RGB618273-
CMYK0.2600.110.68
HSL154.29º14.69%28.04%-
HSV(B)154.29º25.61%32.16%-
XYZ6.147.517.43-
YUV74.7127.04118.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.24%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 73 (28.91% from 255) = 33.80%
R=28.24%
G=37.96%
B=33.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6182730.2600.110.68154.2914.6928.04
Hex3D52491A0B449af1c
Octal75122111320131042321734
Binary111101101001010010011101001011100010010011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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