#3D544B

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

Shades of Plantation #3D544B

Tints of Plantation #3D544B

Color information

#3D544B (or 0x3D544B) is unknown color: approx Plantation. HEX triplet: 3D, 54 and 4B. RGB value is (61,84,75). Sum of RGB (Red+Green+Blue) = 61+84+75=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #3D544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D544B is #C2ABB4. Grayscale: #4C4C4C. Windows color (decimal): -12757941 or 4936765. OLE color: 4936765.

HSL color Cylindrical-coordinate representation of color #3D544B: hue angle of 156.52º degrees, saturation: 0.16, 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 #3D544B is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB618475-
CMYK0.2700.110.67
HSL156.52º15.86%28.43%-
HSV(B)156.52º27.38%32.94%-
XYZ6.367.847.83-
YUV76.1127.38117.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.73%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=27.73%
G=38.18%
B=34.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6184750.2700.110.67156.5215.8628.43
Hex3D544B1B0B439d101c
Octal75124113330131032352034
Binary1111011010100100101111011010111000011100111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,84,75); }

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

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

 a { background-color: rgb(61,84,75); }

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

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

 span { border-color: rgb(61,84,75); }

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