Shades of Plantation #36694D
Tints of Plantation #36694D
RGB
CMYK
RGB Variations
Color information
#36694D (or 0x36694D) is known color: Plantation. HEX triplet: 36, 69 and 4D. RGB value is (54,105,77). Sum of RGB (Red+Green+Blue) = 54+105+77=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #36694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36694D is #C996B2. Grayscale: #565656. Windows color (decimal): -13211315 or 5073206. OLE color: 5073206.
HSL color Cylindrical-coordinate representation of color #36694D: hue angle of 147.06º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36694D is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 105 | 77 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.59 |
| HSL | 147.06º | 0.32% | 0.31% | - |
| HSV(B) | 147.06º | 0.49% | 0.41% | - |
| XYZ | 7.91 | 11.42 | 8.81 | - |
| YUV | 86.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 77 | 0.49 | 0 | 0.27 | 0.59 | 147.06 | 0.32 | 0.31 |
| Hex | 36 | 69 | 4D | 31 | 0 | 1B | 3B | 93 | 20 | 1F |
| Octal | 66 | 151 | 115 | 61 | 0 | 33 | 73 | 223 | 40 | 37 |
| Binary | 110110 | 1101001 | 1001101 | 110001 | 0 | 11011 | 111011 | 10010011 | 100000 | 11111 |
Color Harmonies of #36694D
Complementary color
Monochromatic Colors of #36694D
Black with #36694D
Text Example
Text Example
White with #36694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36694D; }
p { color: rgb(54,105,77); }
H1.HeaderClassName
{
color: #36694D;
}
.AnyTagClassName
{
color: #36694D;
}
</style>
background-color css
<style>
a { background-color: #36694D; }
a { background-color: rgb(54,105,77); }
div.DivClassName
{
background-color: #36694D;
}
.BgClassName
{
background-color: #36694D;
}
</style>
border-color css
<style>
span { border-color: #36694D; }
span { border-color: rgb(54,105,77); }
td.TdClassName
{
border-color: #36694D;
}
.TagClassName
{
border-color: #36694D;
}
</style>