Shades of Plantation #3D594C
Tints of Plantation #3D594C
RGB
CMYK
RGB Variations
Color information
#3D594C (or 0x3D594C) is known color: Plantation. HEX triplet: 3D, 59 and 4C. RGB value is (61,89,76). Sum of RGB (Red+Green+Blue) = 61+89+76=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #3D594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D594C is #C2A6B3. Grayscale: #4F4F4F. Windows color (decimal): -12756660 or 5003581. OLE color: 5003581.
HSL color Cylindrical-coordinate representation of color #3D594C: hue angle of 152.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D594C is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 89 | 76 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.65 |
| HSL | 152.14º | 0.19% | 0.29% | - |
| HSV(B) | 152.14º | 0.31% | 0.35% | - |
| XYZ | 6.8 | 8.66 | 8.15 | - |
| YUV | 79.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 76 | 0.31 | 0 | 0.15 | 0.65 | 152.14 | 0.19 | 0.29 |
| Hex | 3D | 59 | 4C | 1F | 0 | F | 41 | 98 | 13 | 1D |
| Octal | 75 | 131 | 114 | 37 | 0 | 17 | 101 | 230 | 23 | 35 |
| Binary | 111101 | 1011001 | 1001100 | 11111 | 0 | 1111 | 1000001 | 10011000 | 10011 | 11101 |
Color Harmonies of #3D594C
Complementary color
Monochromatic Colors of #3D594C
Black with #3D594C
Text Example
Text Example
White with #3D594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D594C; }
p { color: rgb(61,89,76); }
H1.HeaderClassName
{
color: #3D594C;
}
.AnyTagClassName
{
color: #3D594C;
}
</style>
background-color css
<style>
a { background-color: #3D594C; }
a { background-color: rgb(61,89,76); }
div.DivClassName
{
background-color: #3D594C;
}
.BgClassName
{
background-color: #3D594C;
}
</style>
border-color css
<style>
span { border-color: #3D594C; }
span { border-color: rgb(61,89,76); }
td.TdClassName
{
border-color: #3D594C;
}
.TagClassName
{
border-color: #3D594C;
}
</style>