Shades of Plantation #38644D
Tints of Plantation #38644D
RGB
CMYK
RGB Variations
Color information
#38644D (or 0x38644D) is known color: Plantation. HEX triplet: 38, 64 and 4D. RGB value is (56,100,77). Sum of RGB (Red+Green+Blue) = 56+100+77=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #38644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38644D is #C79BB2. Grayscale: #545454. Windows color (decimal): -13081523 or 5071928. OLE color: 5071928.
HSL color Cylindrical-coordinate representation of color #38644D: hue angle of 148.64º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #38644D is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 100 | 77 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.61 |
| HSL | 148.64º | 0.28% | 0.31% | - |
| HSV(B) | 148.64º | 0.44% | 0.39% | - |
| XYZ | 7.53 | 10.49 | 8.65 | - |
| YUV | 84.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 100 | 77 | 0.44 | 0 | 0.23 | 0.61 | 148.64 | 0.28 | 0.31 |
| Hex | 38 | 64 | 4D | 2C | 0 | 17 | 3D | 95 | 1C | 1F |
| Octal | 70 | 144 | 115 | 54 | 0 | 27 | 75 | 225 | 34 | 37 |
| Binary | 111000 | 1100100 | 1001101 | 101100 | 0 | 10111 | 111101 | 10010101 | 11100 | 11111 |
Color Harmonies of #38644D
Complementary color
Monochromatic Colors of #38644D
Black with #38644D
Text Example
Text Example
White with #38644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38644D; }
p { color: rgb(56,100,77); }
H1.HeaderClassName
{
color: #38644D;
}
.AnyTagClassName
{
color: #38644D;
}
</style>
background-color css
<style>
a { background-color: #38644D; }
a { background-color: rgb(56,100,77); }
div.DivClassName
{
background-color: #38644D;
}
.BgClassName
{
background-color: #38644D;
}
</style>
border-color css
<style>
span { border-color: #38644D; }
span { border-color: rgb(56,100,77); }
td.TdClassName
{
border-color: #38644D;
}
.TagClassName
{
border-color: #38644D;
}
</style>