Shades of Plantation #38684E
Tints of Plantation #38684E
RGB
CMYK
RGB Variations
Color information
#38684E (or 0x38684E) is known color: Plantation. HEX triplet: 38, 68 and 4E. RGB value is (56,104,78). Sum of RGB (Red+Green+Blue) = 56+104+78=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #38684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38684E is #C797B1. Grayscale: #565656. Windows color (decimal): -13080498 or 5138488. OLE color: 5138488.
HSL color Cylindrical-coordinate representation of color #38684E: hue angle of 147.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38684E is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 104 | 78 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.59 |
| HSL | 147.5º | 0.3% | 0.31% | - |
| HSV(B) | 147.5º | 0.46% | 0.41% | - |
| XYZ | 7.96 | 11.29 | 8.97 | - |
| YUV | 86.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 78 | 0.46 | 0 | 0.25 | 0.59 | 147.5 | 0.3 | 0.31 |
| Hex | 38 | 68 | 4E | 2E | 0 | 19 | 3B | 94 | 1E | 1F |
| Octal | 70 | 150 | 116 | 56 | 0 | 31 | 73 | 224 | 36 | 37 |
| Binary | 111000 | 1101000 | 1001110 | 101110 | 0 | 11001 | 111011 | 10010100 | 11110 | 11111 |
Color Harmonies of #38684E
Complementary color
Monochromatic Colors of #38684E
Black with #38684E
Text Example
Text Example
White with #38684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38684E; }
p { color: rgb(56,104,78); }
H1.HeaderClassName
{
color: #38684E;
}
.AnyTagClassName
{
color: #38684E;
}
</style>
background-color css
<style>
a { background-color: #38684E; }
a { background-color: rgb(56,104,78); }
div.DivClassName
{
background-color: #38684E;
}
.BgClassName
{
background-color: #38684E;
}
</style>
border-color css
<style>
span { border-color: #38684E; }
span { border-color: rgb(56,104,78); }
td.TdClassName
{
border-color: #38684E;
}
.TagClassName
{
border-color: #38684E;
}
</style>