Shades of Plantation #39694D
Tints of Plantation #39694D
RGB
CMYK
RGB Variations
Color information
#39694D (or 0x39694D) is known color: Plantation. HEX triplet: 39, 69 and 4D. RGB value is (57,105,77). Sum of RGB (Red+Green+Blue) = 57+105+77=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #39694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39694D is #C696B2. Grayscale: #575757. Windows color (decimal): -13014707 or 5073209. OLE color: 5073209.
HSL color Cylindrical-coordinate representation of color #39694D: hue angle of 145º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39694D is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 105 | 77 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.59 |
| HSL | 145º | 0.3% | 0.32% | - |
| HSV(B) | 145º | 0.46% | 0.41% | - |
| XYZ | 8.08 | 11.51 | 8.82 | - |
| YUV | 87.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 105 | 77 | 0.46 | 0 | 0.27 | 0.59 | 145 | 0.3 | 0.32 |
| Hex | 39 | 69 | 4D | 2E | 0 | 1B | 3B | 91 | 1E | 20 |
| Octal | 71 | 151 | 115 | 56 | 0 | 33 | 73 | 221 | 36 | 40 |
| Binary | 111001 | 1101001 | 1001101 | 101110 | 0 | 11011 | 111011 | 10010001 | 11110 | 100000 |
Color Harmonies of #39694D
Complementary color
Monochromatic Colors of #39694D
Black with #39694D
Text Example
Text Example
White with #39694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39694D; }
p { color: rgb(57,105,77); }
H1.HeaderClassName
{
color: #39694D;
}
.AnyTagClassName
{
color: #39694D;
}
</style>
background-color css
<style>
a { background-color: #39694D; }
a { background-color: rgb(57,105,77); }
div.DivClassName
{
background-color: #39694D;
}
.BgClassName
{
background-color: #39694D;
}
</style>
border-color css
<style>
span { border-color: #39694D; }
span { border-color: rgb(57,105,77); }
td.TdClassName
{
border-color: #39694D;
}
.TagClassName
{
border-color: #39694D;
}
</style>