Shades of Plantation #394D43
Tints of Plantation #394D43
RGB
CMYK
RGB Variations
Color information
#394D43 (or 0x394D43) is known color: Plantation. HEX triplet: 39, 4D and 43. RGB value is (57,77,67). Sum of RGB (Red+Green+Blue) = 57+77+67=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 77 - color contains mainly: green. Hex color #394D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D43 is #C6B2BC. Grayscale: #454545. Windows color (decimal): -13021885 or 4410681. OLE color: 4410681.
HSL color Cylindrical-coordinate representation of color #394D43: hue angle of 150º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #394D43 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
RGB | 57 | 77 | 67 | - |
CMYK | 0.26 | 0 | 0.13 | 0.70 |
HSL | 150º | 0.15% | 0.26% | - |
HSV(B) | 150º | 0.26% | 0.3% | - |
XYZ | 5.35 | 6.58 | 6.3 | - |
YUV | 69.88 | 126.37 | 118.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 57 | 77 | 67 | 0.26 | 0 | 0.13 | 0.70 | 150 | 0.15 | 0.26 |
Hex | 39 | 4D | 43 | 1A | 0 | D | 46 | 96 | F | 1A |
Octal | 71 | 115 | 103 | 32 | 0 | 15 | 106 | 226 | 17 | 32 |
Binary | 111001 | 1001101 | 1000011 | 11010 | 0 | 1101 | 1000110 | 10010110 | 1111 | 11010 |
Color Harmonies of #394D43
Complementary color
Monochromatic Colors of #394D43
Black with #394D43
Text Example
Text Example
White with #394D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D43; }
p { color: rgb(57,77,67); }
H1.HeaderClassName
{
color: #394D43;
}
.AnyTagClassName
{
color: #394D43;
}
</style>
background-color css
<style>
a { background-color: #394D43; }
a { background-color: rgb(57,77,67); }
div.DivClassName
{
background-color: #394D43;
}
.BgClassName
{
background-color: #394D43;
}
</style>
border-color css
<style>
span { border-color: #394D43; }
span { border-color: rgb(57,77,67); }
td.TdClassName
{
border-color: #394D43;
}
.TagClassName
{
border-color: #394D43;
}
</style>