#3D5546

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

Shades of Plantation #3D5546

Tints of Plantation #3D5546

Color information

#3D5546 (or 0x3D5546) is unknown color: approx Plantation. HEX triplet: 3D, 55 and 46. RGB value is (61,85,70). Sum of RGB (Red+Green+Blue) = 61+85+70=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5546 is #C2AAB9. Grayscale: #4C4C4C. Windows color (decimal): -12757690 or 4609341. OLE color: 4609341.

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

Color convert

RGB618570-
CMYK0.2800.180.67
HSL142.5º16.44%28.63%-
HSV(B)142.5º28.24%33.33%-
XYZ6.287.936.99-
YUV76.11124.55117.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.24%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=28.24%
G=39.35%
B=32.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6185700.2800.180.67142.516.4428.63
Hex3D55461C012438e101d
Octal75125106340221032162035
Binary11110110101011000110111000100101000011100011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,85,70); }

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

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

 a { background-color: rgb(61,85,70); }

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

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

 span { border-color: rgb(61,85,70); }

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