Shades of Plantation #38684D
Tints of Plantation #38684D
RGB
CMYK
RGB Variations
Color information
#38684D (or 0x38684D) is known color: Plantation. HEX triplet: 38, 68 and 4D. RGB value is (56,104,77). Sum of RGB (Red+Green+Blue) = 56+104+77=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #38684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38684D is #C797B2. Grayscale: #565656. Windows color (decimal): -13080499 or 5072952. OLE color: 5072952.
HSL color Cylindrical-coordinate representation of color #38684D: hue angle of 146.25º 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 #38684D is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 104 | 77 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.59 |
| HSL | 146.25º | 0.3% | 0.31% | - |
| HSV(B) | 146.25º | 0.46% | 0.41% | - |
| XYZ | 7.92 | 11.28 | 8.78 | - |
| YUV | 86.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 77 | 0.46 | 0 | 0.26 | 0.59 | 146.25 | 0.3 | 0.31 |
| Hex | 38 | 68 | 4D | 2E | 0 | 1A | 3B | 92 | 1E | 1F |
| Octal | 70 | 150 | 115 | 56 | 0 | 32 | 73 | 222 | 36 | 37 |
| Binary | 111000 | 1101000 | 1001101 | 101110 | 0 | 11010 | 111011 | 10010010 | 11110 | 11111 |
Color Harmonies of #38684D
Complementary color
Monochromatic Colors of #38684D
Black with #38684D
Text Example
Text Example
White with #38684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38684D; }
p { color: rgb(56,104,77); }
H1.HeaderClassName
{
color: #38684D;
}
.AnyTagClassName
{
color: #38684D;
}
</style>
background-color css
<style>
a { background-color: #38684D; }
a { background-color: rgb(56,104,77); }
div.DivClassName
{
background-color: #38684D;
}
.BgClassName
{
background-color: #38684D;
}
</style>
border-color css
<style>
span { border-color: #38684D; }
span { border-color: rgb(56,104,77); }
td.TdClassName
{
border-color: #38684D;
}
.TagClassName
{
border-color: #38684D;
}
</style>