Shades of Plantation #36684C
Tints of Plantation #36684C
RGB
CMYK
RGB Variations
Color information
#36684C (or 0x36684C) is known color: Plantation. HEX triplet: 36, 68 and 4C. RGB value is (54,104,76). Sum of RGB (Red+Green+Blue) = 54+104+76=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #36684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36684C is #C997B3. Grayscale: #555555. Windows color (decimal): -13211572 or 5007414. OLE color: 5007414.
HSL color Cylindrical-coordinate representation of color #36684C: hue angle of 146.4º 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 #36684C is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 104 | 76 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.59 |
| HSL | 146.4º | 0.32% | 0.31% | - |
| HSV(B) | 146.4º | 0.48% | 0.41% | - |
| XYZ | 7.78 | 11.21 | 8.59 | - |
| YUV | 85.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 76 | 0.48 | 0 | 0.27 | 0.59 | 146.4 | 0.32 | 0.31 |
| Hex | 36 | 68 | 4C | 30 | 0 | 1B | 3B | 92 | 20 | 1F |
| Octal | 66 | 150 | 114 | 60 | 0 | 33 | 73 | 222 | 40 | 37 |
| Binary | 110110 | 1101000 | 1001100 | 110000 | 0 | 11011 | 111011 | 10010010 | 100000 | 11111 |
Color Harmonies of #36684C
Complementary color
Monochromatic Colors of #36684C
Black with #36684C
Text Example
Text Example
White with #36684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36684C; }
p { color: rgb(54,104,76); }
H1.HeaderClassName
{
color: #36684C;
}
.AnyTagClassName
{
color: #36684C;
}
</style>
background-color css
<style>
a { background-color: #36684C; }
a { background-color: rgb(54,104,76); }
div.DivClassName
{
background-color: #36684C;
}
.BgClassName
{
background-color: #36684C;
}
</style>
border-color css
<style>
span { border-color: #36684C; }
span { border-color: rgb(54,104,76); }
td.TdClassName
{
border-color: #36684C;
}
.TagClassName
{
border-color: #36684C;
}
</style>