Shades of Plantation #394E43
Tints of Plantation #394E43
RGB
CMYK
RGB Variations
Color information
#394E43 (or 0x394E43) is known color: Plantation. HEX triplet: 39, 4E and 43. RGB value is (57,78,67). Sum of RGB (Red+Green+Blue) = 57+78+67=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 78 - color contains mainly: green. Hex color #394E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E43 is #C6B1BC. Grayscale: #464646. Windows color (decimal): -13021629 or 4410937. OLE color: 4410937.
HSL color Cylindrical-coordinate representation of color #394E43: hue angle of 148.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #394E43 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 78 | 67 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.69 |
| HSL | 148.57º | 0.16% | 0.26% | - |
| HSV(B) | 148.57º | 0.27% | 0.31% | - |
| XYZ | 5.42 | 6.72 | 6.32 | - |
| YUV | 70.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 67 | 0.27 | 0 | 0.14 | 0.69 | 148.57 | 0.16 | 0.26 |
| Hex | 39 | 4E | 43 | 1B | 0 | E | 45 | 95 | 10 | 1A |
| Octal | 71 | 116 | 103 | 33 | 0 | 16 | 105 | 225 | 20 | 32 |
| Binary | 111001 | 1001110 | 1000011 | 11011 | 0 | 1110 | 1000101 | 10010101 | 10000 | 11010 |
Color Harmonies of #394E43
Complementary color
Monochromatic Colors of #394E43
Black with #394E43
Text Example
Text Example
White with #394E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394E43; }
p { color: rgb(57,78,67); }
H1.HeaderClassName
{
color: #394E43;
}
.AnyTagClassName
{
color: #394E43;
}
</style>
background-color css
<style>
a { background-color: #394E43; }
a { background-color: rgb(57,78,67); }
div.DivClassName
{
background-color: #394E43;
}
.BgClassName
{
background-color: #394E43;
}
</style>
border-color css
<style>
span { border-color: #394E43; }
span { border-color: rgb(57,78,67); }
td.TdClassName
{
border-color: #394E43;
}
.TagClassName
{
border-color: #394E43;
}
</style>