Shades of Plantation #39674F
Tints of Plantation #39674F
RGB
CMYK
RGB Variations
Color information
#39674F (or 0x39674F) is known color: Plantation. HEX triplet: 39, 67 and 4F. RGB value is (57,103,79). Sum of RGB (Red+Green+Blue) = 57+103+79=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #39674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39674F is #C698B0. Grayscale: #565656. Windows color (decimal): -13015217 or 5203769. OLE color: 5203769.
HSL color Cylindrical-coordinate representation of color #39674F: hue angle of 148.7º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #39674F is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 103 | 79 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.60 |
| HSL | 148.7º | 0.29% | 0.31% | - |
| HSV(B) | 148.7º | 0.45% | 0.4% | - |
| XYZ | 7.95 | 11.13 | 9.13 | - |
| YUV | 86.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 79 | 0.45 | 0 | 0.23 | 0.60 | 148.7 | 0.29 | 0.31 |
| Hex | 39 | 67 | 4F | 2D | 0 | 17 | 3C | 95 | 1D | 1F |
| Octal | 71 | 147 | 117 | 55 | 0 | 27 | 74 | 225 | 35 | 37 |
| Binary | 111001 | 1100111 | 1001111 | 101101 | 0 | 10111 | 111100 | 10010101 | 11101 | 11111 |
Color Harmonies of #39674F
Complementary color
Monochromatic Colors of #39674F
Black with #39674F
Text Example
Text Example
White with #39674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39674F; }
p { color: rgb(57,103,79); }
H1.HeaderClassName
{
color: #39674F;
}
.AnyTagClassName
{
color: #39674F;
}
</style>
background-color css
<style>
a { background-color: #39674F; }
a { background-color: rgb(57,103,79); }
div.DivClassName
{
background-color: #39674F;
}
.BgClassName
{
background-color: #39674F;
}
</style>
border-color css
<style>
span { border-color: #39674F; }
span { border-color: rgb(57,103,79); }
td.TdClassName
{
border-color: #39674F;
}
.TagClassName
{
border-color: #39674F;
}
</style>