Shades of Plantation #3D564B
Tints of Plantation #3D564B
RGB
CMYK
RGB Variations
Color information
#3D564B (or 0x3D564B) is known color: Plantation. HEX triplet: 3D, 56 and 4B. RGB value is (61,86,75). Sum of RGB (Red+Green+Blue) = 61+86+75=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #3D564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D564B is #C2A9B4. Grayscale: #4D4D4D. Windows color (decimal): -12757429 or 4937277. OLE color: 4937277.
HSL color Cylindrical-coordinate representation of color #3D564B: hue angle of 153.6º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D564B is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 86 | 75 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.66 |
| HSL | 153.6º | 0.17% | 0.29% | - |
| HSV(B) | 153.6º | 0.29% | 0.34% | - |
| XYZ | 6.52 | 8.16 | 7.89 | - |
| YUV | 77.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 86 | 75 | 0.29 | 0 | 0.13 | 0.66 | 153.6 | 0.17 | 0.29 |
| Hex | 3D | 56 | 4B | 1D | 0 | D | 42 | 9A | 11 | 1D |
| Octal | 75 | 126 | 113 | 35 | 0 | 15 | 102 | 232 | 21 | 35 |
| Binary | 111101 | 1010110 | 1001011 | 11101 | 0 | 1101 | 1000010 | 10011010 | 10001 | 11101 |
Color Harmonies of #3D564B
Complementary color
Monochromatic Colors of #3D564B
Black with #3D564B
Text Example
Text Example
White with #3D564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D564B; }
p { color: rgb(61,86,75); }
H1.HeaderClassName
{
color: #3D564B;
}
.AnyTagClassName
{
color: #3D564B;
}
</style>
background-color css
<style>
a { background-color: #3D564B; }
a { background-color: rgb(61,86,75); }
div.DivClassName
{
background-color: #3D564B;
}
.BgClassName
{
background-color: #3D564B;
}
</style>
border-color css
<style>
span { border-color: #3D564B; }
span { border-color: rgb(61,86,75); }
td.TdClassName
{
border-color: #3D564B;
}
.TagClassName
{
border-color: #3D564B;
}
</style>