Shades of Plantation #384F44
Tints of Plantation #384F44
RGB
CMYK
RGB Variations
Color information
#384F44 (or 0x384F44) is known color: Plantation. HEX triplet: 38, 4F and 44. RGB value is (56,79,68). Sum of RGB (Red+Green+Blue) = 56+79+68=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 79 - color contains mainly: green. Hex color #384F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F44 is #C7B0BB. Grayscale: #464646. Windows color (decimal): -13086908 or 4476728. OLE color: 4476728.
HSL color Cylindrical-coordinate representation of color #384F44: hue angle of 151.3º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #384F44 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 79 | 68 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.69 |
| HSL | 151.3º | 0.17% | 0.26% | - |
| HSV(B) | 151.3º | 0.29% | 0.31% | - |
| XYZ | 5.47 | 6.85 | 6.5 | - |
| YUV | 70.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 68 | 0.29 | 0 | 0.14 | 0.69 | 151.3 | 0.17 | 0.26 |
| Hex | 38 | 4F | 44 | 1D | 0 | E | 45 | 97 | 11 | 1A |
| Octal | 70 | 117 | 104 | 35 | 0 | 16 | 105 | 227 | 21 | 32 |
| Binary | 111000 | 1001111 | 1000100 | 11101 | 0 | 1110 | 1000101 | 10010111 | 10001 | 11010 |
Color Harmonies of #384F44
Complementary color
Monochromatic Colors of #384F44
Black with #384F44
Text Example
Text Example
White with #384F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384F44; }
p { color: rgb(56,79,68); }
H1.HeaderClassName
{
color: #384F44;
}
.AnyTagClassName
{
color: #384F44;
}
</style>
background-color css
<style>
a { background-color: #384F44; }
a { background-color: rgb(56,79,68); }
div.DivClassName
{
background-color: #384F44;
}
.BgClassName
{
background-color: #384F44;
}
</style>
border-color css
<style>
span { border-color: #384F44; }
span { border-color: rgb(56,79,68); }
td.TdClassName
{
border-color: #384F44;
}
.TagClassName
{
border-color: #384F44;
}
</style>