Shades of Plantation #39684A
Tints of Plantation #39684A
RGB
CMYK
RGB Variations
Color information
#39684A (or 0x39684A) is known color: Plantation. HEX triplet: 39, 68 and 4A. RGB value is (57,104,74). Sum of RGB (Red+Green+Blue) = 57+104+74=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #39684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39684A is #C697B5. Grayscale: #565656. Windows color (decimal): -13014966 or 4876345. OLE color: 4876345.
HSL color Cylindrical-coordinate representation of color #39684A: hue angle of 141.7º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #39684A is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 104 | 74 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.59 |
| HSL | 141.7º | 0.29% | 0.32% | - |
| HSV(B) | 141.7º | 0.45% | 0.41% | - |
| XYZ | 7.87 | 11.26 | 8.24 | - |
| YUV | 86.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 104 | 74 | 0.45 | 0 | 0.29 | 0.59 | 141.7 | 0.29 | 0.32 |
| Hex | 39 | 68 | 4A | 2D | 0 | 1D | 3B | 8E | 1D | 20 |
| Octal | 71 | 150 | 112 | 55 | 0 | 35 | 73 | 216 | 35 | 40 |
| Binary | 111001 | 1101000 | 1001010 | 101101 | 0 | 11101 | 111011 | 10001110 | 11101 | 100000 |
Color Harmonies of #39684A
Complementary color
Monochromatic Colors of #39684A
Black with #39684A
Text Example
Text Example
White with #39684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39684A; }
p { color: rgb(57,104,74); }
H1.HeaderClassName
{
color: #39684A;
}
.AnyTagClassName
{
color: #39684A;
}
</style>
background-color css
<style>
a { background-color: #39684A; }
a { background-color: rgb(57,104,74); }
div.DivClassName
{
background-color: #39684A;
}
.BgClassName
{
background-color: #39684A;
}
</style>
border-color css
<style>
span { border-color: #39684A; }
span { border-color: rgb(57,104,74); }
td.TdClassName
{
border-color: #39684A;
}
.TagClassName
{
border-color: #39684A;
}
</style>