Shades of Plantation #38614D
Tints of Plantation #38614D
RGB
CMYK
RGB Variations
Color information
#38614D (or 0x38614D) is known color: Plantation. HEX triplet: 38, 61 and 4D. RGB value is (56,97,77). Sum of RGB (Red+Green+Blue) = 56+97+77=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #38614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38614D is #C79EB2. Grayscale: #525252. Windows color (decimal): -13082291 or 5071160. OLE color: 5071160.
HSL color Cylindrical-coordinate representation of color #38614D: hue angle of 150.73º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #38614D is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 97 | 77 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.62 |
| HSL | 150.73º | 0.27% | 0.3% | - |
| HSV(B) | 150.73º | 0.42% | 0.38% | - |
| XYZ | 7.25 | 9.93 | 8.56 | - |
| YUV | 82.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 77 | 0.42 | 0 | 0.21 | 0.62 | 150.73 | 0.27 | 0.3 |
| Hex | 38 | 61 | 4D | 2A | 0 | 15 | 3E | 97 | 1B | 1E |
| Octal | 70 | 141 | 115 | 52 | 0 | 25 | 76 | 227 | 33 | 36 |
| Binary | 111000 | 1100001 | 1001101 | 101010 | 0 | 10101 | 111110 | 10010111 | 11011 | 11110 |
Color Harmonies of #38614D
Complementary color
Monochromatic Colors of #38614D
Black with #38614D
Text Example
Text Example
White with #38614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38614D; }
p { color: rgb(56,97,77); }
H1.HeaderClassName
{
color: #38614D;
}
.AnyTagClassName
{
color: #38614D;
}
</style>
background-color css
<style>
a { background-color: #38614D; }
a { background-color: rgb(56,97,77); }
div.DivClassName
{
background-color: #38614D;
}
.BgClassName
{
background-color: #38614D;
}
</style>
border-color css
<style>
span { border-color: #38614D; }
span { border-color: rgb(56,97,77); }
td.TdClassName
{
border-color: #38614D;
}
.TagClassName
{
border-color: #38614D;
}
</style>