Shades of Plantation #36684D
Tints of Plantation #36684D
RGB
CMYK
RGB Variations
Color information
#36684D (or 0x36684D) is known color: Plantation. HEX triplet: 36, 68 and 4D. RGB value is (54,104,77). Sum of RGB (Red+Green+Blue) = 54+104+77=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #36684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36684D is #C997B2. Grayscale: #565656. Windows color (decimal): -13211571 or 5072950. OLE color: 5072950.
HSL color Cylindrical-coordinate representation of color #36684D: hue angle of 147.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36684D is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 104 | 77 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.59 |
| HSL | 147.6º | 0.32% | 0.31% | - |
| HSV(B) | 147.6º | 0.48% | 0.41% | - |
| XYZ | 7.81 | 11.22 | 8.78 | - |
| YUV | 85.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 77 | 0.48 | 0 | 0.26 | 0.59 | 147.6 | 0.32 | 0.31 |
| Hex | 36 | 68 | 4D | 30 | 0 | 1A | 3B | 94 | 20 | 1F |
| Octal | 66 | 150 | 115 | 60 | 0 | 32 | 73 | 224 | 40 | 37 |
| Binary | 110110 | 1101000 | 1001101 | 110000 | 0 | 11010 | 111011 | 10010100 | 100000 | 11111 |
Color Harmonies of #36684D
Complementary color
Monochromatic Colors of #36684D
Black with #36684D
Text Example
Text Example
White with #36684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36684D; }
p { color: rgb(54,104,77); }
H1.HeaderClassName
{
color: #36684D;
}
.AnyTagClassName
{
color: #36684D;
}
</style>
background-color css
<style>
a { background-color: #36684D; }
a { background-color: rgb(54,104,77); }
div.DivClassName
{
background-color: #36684D;
}
.BgClassName
{
background-color: #36684D;
}
</style>
border-color css
<style>
span { border-color: #36684D; }
span { border-color: rgb(54,104,77); }
td.TdClassName
{
border-color: #36684D;
}
.TagClassName
{
border-color: #36684D;
}
</style>