Shades of Plantation #38684C
Tints of Plantation #38684C
RGB
CMYK
RGB Variations
Color information
#38684C (or 0x38684C) is known color: Plantation. HEX triplet: 38, 68 and 4C. RGB value is (56,104,76). Sum of RGB (Red+Green+Blue) = 56+104+76=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #38684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38684C is #C797B3. Grayscale: #565656. Windows color (decimal): -13080500 or 5007416. OLE color: 5007416.
HSL color Cylindrical-coordinate representation of color #38684C: hue angle of 145º 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 #38684C is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 104 | 76 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.59 |
| HSL | 145º | 0.3% | 0.31% | - |
| HSV(B) | 145º | 0.46% | 0.41% | - |
| XYZ | 7.89 | 11.26 | 8.6 | - |
| YUV | 86.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 76 | 0.46 | 0 | 0.27 | 0.59 | 145 | 0.3 | 0.31 |
| Hex | 38 | 68 | 4C | 2E | 0 | 1B | 3B | 91 | 1E | 1F |
| Octal | 70 | 150 | 114 | 56 | 0 | 33 | 73 | 221 | 36 | 37 |
| Binary | 111000 | 1101000 | 1001100 | 101110 | 0 | 11011 | 111011 | 10010001 | 11110 | 11111 |
Color Harmonies of #38684C
Complementary color
Monochromatic Colors of #38684C
Black with #38684C
Text Example
Text Example
White with #38684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38684C; }
p { color: rgb(56,104,76); }
H1.HeaderClassName
{
color: #38684C;
}
.AnyTagClassName
{
color: #38684C;
}
</style>
background-color css
<style>
a { background-color: #38684C; }
a { background-color: rgb(56,104,76); }
div.DivClassName
{
background-color: #38684C;
}
.BgClassName
{
background-color: #38684C;
}
</style>
border-color css
<style>
span { border-color: #38684C; }
span { border-color: rgb(56,104,76); }
td.TdClassName
{
border-color: #38684C;
}
.TagClassName
{
border-color: #38684C;
}
</style>