Shades of Plantation #39674C
Tints of Plantation #39674C
RGB
CMYK
RGB Variations
Color information
#39674C (or 0x39674C) is known color: Plantation. HEX triplet: 39, 67 and 4C. RGB value is (57,103,76). Sum of RGB (Red+Green+Blue) = 57+103+76=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 103 - color contains mainly: green. Hex color #39674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39674C is #C698B3. Grayscale: #565656. Windows color (decimal): -13015220 or 5007161. OLE color: 5007161.
HSL color Cylindrical-coordinate representation of color #39674C: hue angle of 144.78º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #39674C is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 103 | 76 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.60 |
| HSL | 144.78º | 0.29% | 0.31% | - |
| HSV(B) | 144.78º | 0.45% | 0.4% | - |
| XYZ | 7.84 | 11.09 | 8.57 | - |
| YUV | 86.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 76 | 0.45 | 0 | 0.26 | 0.60 | 144.78 | 0.29 | 0.31 |
| Hex | 39 | 67 | 4C | 2D | 0 | 1A | 3C | 91 | 1D | 1F |
| Octal | 71 | 147 | 114 | 55 | 0 | 32 | 74 | 221 | 35 | 37 |
| Binary | 111001 | 1100111 | 1001100 | 101101 | 0 | 11010 | 111100 | 10010001 | 11101 | 11111 |
Color Harmonies of #39674C
Complementary color
Monochromatic Colors of #39674C
Black with #39674C
Text Example
Text Example
White with #39674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39674C; }
p { color: rgb(57,103,76); }
H1.HeaderClassName
{
color: #39674C;
}
.AnyTagClassName
{
color: #39674C;
}
</style>
background-color css
<style>
a { background-color: #39674C; }
a { background-color: rgb(57,103,76); }
div.DivClassName
{
background-color: #39674C;
}
.BgClassName
{
background-color: #39674C;
}
</style>
border-color css
<style>
span { border-color: #39674C; }
span { border-color: rgb(57,103,76); }
td.TdClassName
{
border-color: #39674C;
}
.TagClassName
{
border-color: #39674C;
}
</style>