Shades of Plantation #39674E
Tints of Plantation #39674E
RGB
CMYK
RGB Variations
Color information
#39674E (or 0x39674E) is known color: Plantation. HEX triplet: 39, 67 and 4E. RGB value is (57,103,78). Sum of RGB (Red+Green+Blue) = 57+103+78=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 103 - color contains mainly: green. Hex color #39674E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39674E is #C698B1. Grayscale: #565656. Windows color (decimal): -13015218 or 5138233. OLE color: 5138233.
HSL color Cylindrical-coordinate representation of color #39674E: hue angle of 147.39º 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 #39674E is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 103 | 78 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.60 |
| HSL | 147.39º | 0.29% | 0.31% | - |
| HSV(B) | 147.39º | 0.45% | 0.4% | - |
| XYZ | 7.91 | 11.12 | 8.94 | - |
| YUV | 86.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 78 | 0.45 | 0 | 0.24 | 0.60 | 147.39 | 0.29 | 0.31 |
| Hex | 39 | 67 | 4E | 2D | 0 | 18 | 3C | 93 | 1D | 1F |
| Octal | 71 | 147 | 116 | 55 | 0 | 30 | 74 | 223 | 35 | 37 |
| Binary | 111001 | 1100111 | 1001110 | 101101 | 0 | 11000 | 111100 | 10010011 | 11101 | 11111 |
Color Harmonies of #39674E
Complementary color
Monochromatic Colors of #39674E
Black with #39674E
Text Example
Text Example
White with #39674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39674E; }
p { color: rgb(57,103,78); }
H1.HeaderClassName
{
color: #39674E;
}
.AnyTagClassName
{
color: #39674E;
}
</style>
background-color css
<style>
a { background-color: #39674E; }
a { background-color: rgb(57,103,78); }
div.DivClassName
{
background-color: #39674E;
}
.BgClassName
{
background-color: #39674E;
}
</style>
border-color css
<style>
span { border-color: #39674E; }
span { border-color: rgb(57,103,78); }
td.TdClassName
{
border-color: #39674E;
}
.TagClassName
{
border-color: #39674E;
}
</style>