Shades of Plantation #3D654A
Tints of Plantation #3D654A
RGB
CMYK
RGB Variations
Color information
#3D654A (or 0x3D654A) is known color: Plantation. HEX triplet: 3D, 65 and 4A. RGB value is (61,101,74). Sum of RGB (Red+Green+Blue) = 61+101+74=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #3D654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D654A is #C29AB5. Grayscale: #565656. Windows color (decimal): -12753590 or 4875581. OLE color: 4875581.
HSL color Cylindrical-coordinate representation of color #3D654A: hue angle of 139.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D654A is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 101 | 74 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.60 |
| HSL | 139.5º | 0.25% | 0.32% | - |
| HSV(B) | 139.5º | 0.4% | 0.4% | - |
| XYZ | 7.81 | 10.79 | 8.15 | - |
| YUV | 85.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 74 | 0.40 | 0 | 0.27 | 0.60 | 139.5 | 0.25 | 0.32 |
| Hex | 3D | 65 | 4A | 28 | 0 | 1B | 3C | 8C | 19 | 20 |
| Octal | 75 | 145 | 112 | 50 | 0 | 33 | 74 | 214 | 31 | 40 |
| Binary | 111101 | 1100101 | 1001010 | 101000 | 0 | 11011 | 111100 | 10001100 | 11001 | 100000 |
Color Harmonies of #3D654A
Complementary color
Monochromatic Colors of #3D654A
Black with #3D654A
Text Example
Text Example
White with #3D654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D654A; }
p { color: rgb(61,101,74); }
H1.HeaderClassName
{
color: #3D654A;
}
.AnyTagClassName
{
color: #3D654A;
}
</style>
background-color css
<style>
a { background-color: #3D654A; }
a { background-color: rgb(61,101,74); }
div.DivClassName
{
background-color: #3D654A;
}
.BgClassName
{
background-color: #3D654A;
}
</style>
border-color css
<style>
span { border-color: #3D654A; }
span { border-color: rgb(61,101,74); }
td.TdClassName
{
border-color: #3D654A;
}
.TagClassName
{
border-color: #3D654A;
}
</style>