Shades of Plantation #384D42
Tints of Plantation #384D42
RGB
CMYK
RGB Variations
Color information
#384D42 (or 0x384D42) is known color: Plantation. HEX triplet: 38, 4D and 42. RGB value is (56,77,66). Sum of RGB (Red+Green+Blue) = 56+77+66=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 77 - color contains mainly: green. Hex color #384D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D42 is #C7B2BD. Grayscale: #454545. Windows color (decimal): -13087422 or 4345144. OLE color: 4345144.
HSL color Cylindrical-coordinate representation of color #384D42: hue angle of 148.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #384D42 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 77 | 66 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.70 |
| HSL | 148.57º | 0.16% | 0.26% | - |
| HSV(B) | 148.57º | 0.27% | 0.3% | - |
| XYZ | 5.27 | 6.54 | 6.14 | - |
| YUV | 69.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 66 | 0.27 | 0 | 0.14 | 0.70 | 148.57 | 0.16 | 0.26 |
| Hex | 38 | 4D | 42 | 1B | 0 | E | 46 | 95 | 10 | 1A |
| Octal | 70 | 115 | 102 | 33 | 0 | 16 | 106 | 225 | 20 | 32 |
| Binary | 111000 | 1001101 | 1000010 | 11011 | 0 | 1110 | 1000110 | 10010101 | 10000 | 11010 |
Color Harmonies of #384D42
Complementary color
Monochromatic Colors of #384D42
Black with #384D42
Text Example
Text Example
White with #384D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D42; }
p { color: rgb(56,77,66); }
H1.HeaderClassName
{
color: #384D42;
}
.AnyTagClassName
{
color: #384D42;
}
</style>
background-color css
<style>
a { background-color: #384D42; }
a { background-color: rgb(56,77,66); }
div.DivClassName
{
background-color: #384D42;
}
.BgClassName
{
background-color: #384D42;
}
</style>
border-color css
<style>
span { border-color: #384D42; }
span { border-color: rgb(56,77,66); }
td.TdClassName
{
border-color: #384D42;
}
.TagClassName
{
border-color: #384D42;
}
</style>