Shades of Plantation #3D584C
Tints of Plantation #3D584C
RGB
CMYK
RGB Variations
Color information
#3D584C (or 0x3D584C) is known color: Plantation. HEX triplet: 3D, 58 and 4C. RGB value is (61,88,76). Sum of RGB (Red+Green+Blue) = 61+88+76=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #3D584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D584C is #C2A7B3. Grayscale: #4E4E4E. Windows color (decimal): -12756916 or 5003325. OLE color: 5003325.
HSL color Cylindrical-coordinate representation of color #3D584C: hue angle of 153.33º degrees, saturation: 0.18, 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 #3D584C is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 88 | 76 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.65 |
| HSL | 153.33º | 0.18% | 0.29% | - |
| HSV(B) | 153.33º | 0.31% | 0.35% | - |
| XYZ | 6.72 | 8.49 | 8.12 | - |
| YUV | 78.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 88 | 76 | 0.31 | 0 | 0.14 | 0.65 | 153.33 | 0.18 | 0.29 |
| Hex | 3D | 58 | 4C | 1F | 0 | E | 41 | 99 | 12 | 1D |
| Octal | 75 | 130 | 114 | 37 | 0 | 16 | 101 | 231 | 22 | 35 |
| Binary | 111101 | 1011000 | 1001100 | 11111 | 0 | 1110 | 1000001 | 10011001 | 10010 | 11101 |
Color Harmonies of #3D584C
Complementary color
Monochromatic Colors of #3D584C
Black with #3D584C
Text Example
Text Example
White with #3D584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D584C; }
p { color: rgb(61,88,76); }
H1.HeaderClassName
{
color: #3D584C;
}
.AnyTagClassName
{
color: #3D584C;
}
</style>
background-color css
<style>
a { background-color: #3D584C; }
a { background-color: rgb(61,88,76); }
div.DivClassName
{
background-color: #3D584C;
}
.BgClassName
{
background-color: #3D584C;
}
</style>
border-color css
<style>
span { border-color: #3D584C; }
span { border-color: rgb(61,88,76); }
td.TdClassName
{
border-color: #3D584C;
}
.TagClassName
{
border-color: #3D584C;
}
</style>