Shades of Plantation #3D574B
Tints of Plantation #3D574B
RGB
CMYK
RGB Variations
Color information
#3D574B (or 0x3D574B) is known color: Plantation. HEX triplet: 3D, 57 and 4B. RGB value is (61,87,75). Sum of RGB (Red+Green+Blue) = 61+87+75=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #3D574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D574B is #C2A8B4. Grayscale: #4D4D4D. Windows color (decimal): -12757173 or 4937533. OLE color: 4937533.
HSL color Cylindrical-coordinate representation of color #3D574B: hue angle of 152.31º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D574B is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 87 | 75 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.66 |
| HSL | 152.31º | 0.18% | 0.29% | - |
| HSV(B) | 152.31º | 0.3% | 0.34% | - |
| XYZ | 6.6 | 8.32 | 7.91 | - |
| YUV | 77.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 75 | 0.30 | 0 | 0.14 | 0.66 | 152.31 | 0.18 | 0.29 |
| Hex | 3D | 57 | 4B | 1E | 0 | E | 42 | 98 | 12 | 1D |
| Octal | 75 | 127 | 113 | 36 | 0 | 16 | 102 | 230 | 22 | 35 |
| Binary | 111101 | 1010111 | 1001011 | 11110 | 0 | 1110 | 1000010 | 10011000 | 10010 | 11101 |
Color Harmonies of #3D574B
Complementary color
Monochromatic Colors of #3D574B
Black with #3D574B
Text Example
Text Example
White with #3D574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D574B; }
p { color: rgb(61,87,75); }
H1.HeaderClassName
{
color: #3D574B;
}
.AnyTagClassName
{
color: #3D574B;
}
</style>
background-color css
<style>
a { background-color: #3D574B; }
a { background-color: rgb(61,87,75); }
div.DivClassName
{
background-color: #3D574B;
}
.BgClassName
{
background-color: #3D574B;
}
</style>
border-color css
<style>
span { border-color: #3D574B; }
span { border-color: rgb(61,87,75); }
td.TdClassName
{
border-color: #3D574B;
}
.TagClassName
{
border-color: #3D574B;
}
</style>