Shades of Plantation #365D46
Tints of Plantation #365D46
RGB
CMYK
RGB Variations
Color information
#365D46 (or 0x365D46) is known color: Plantation. HEX triplet: 36, 5D and 46. RGB value is (54,93,70). Sum of RGB (Red+Green+Blue) = 54+93+70=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #365D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D46 is #C9A2B9. Grayscale: #4E4E4E. Windows color (decimal): -13214394 or 4611382. OLE color: 4611382.
HSL color Cylindrical-coordinate representation of color #365D46: hue angle of 144.62º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365D46 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 93 | 70 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.64 |
| HSL | 144.62º | 0.27% | 0.29% | - |
| HSV(B) | 144.62º | 0.42% | 0.36% | - |
| XYZ | 6.54 | 9.06 | 7.2 | - |
| YUV | 78.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 70 | 0.42 | 0 | 0.25 | 0.64 | 144.62 | 0.27 | 0.29 |
| Hex | 36 | 5D | 46 | 2A | 0 | 19 | 40 | 91 | 1B | 1D |
| Octal | 66 | 135 | 106 | 52 | 0 | 31 | 100 | 221 | 33 | 35 |
| Binary | 110110 | 1011101 | 1000110 | 101010 | 0 | 11001 | 1000000 | 10010001 | 11011 | 11101 |
Color Harmonies of #365D46
Complementary color
Monochromatic Colors of #365D46
Black with #365D46
Text Example
Text Example
White with #365D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365D46; }
p { color: rgb(54,93,70); }
H1.HeaderClassName
{
color: #365D46;
}
.AnyTagClassName
{
color: #365D46;
}
</style>
background-color css
<style>
a { background-color: #365D46; }
a { background-color: rgb(54,93,70); }
div.DivClassName
{
background-color: #365D46;
}
.BgClassName
{
background-color: #365D46;
}
</style>
border-color css
<style>
span { border-color: #365D46; }
span { border-color: rgb(54,93,70); }
td.TdClassName
{
border-color: #365D46;
}
.TagClassName
{
border-color: #365D46;
}
</style>