Shades of Plantation #365245
Tints of Plantation #365245
RGB
CMYK
RGB Variations
Color information
#365245 (or 0x365245) is known color: Plantation. HEX triplet: 36, 52 and 45. RGB value is (54,82,69). Sum of RGB (Red+Green+Blue) = 54+82+69=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #365245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365245 is #C9ADBA. Grayscale: #484848. Windows color (decimal): -13217211 or 4543030. OLE color: 4543030.
HSL color Cylindrical-coordinate representation of color #365245: hue angle of 152.14º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #365245 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 82 | 69 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.68 |
| HSL | 152.14º | 0.21% | 0.27% | - |
| HSV(B) | 152.14º | 0.34% | 0.32% | - |
| XYZ | 5.61 | 7.25 | 6.73 | - |
| YUV | 72.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 69 | 0.34 | 0 | 0.16 | 0.68 | 152.14 | 0.21 | 0.27 |
| Hex | 36 | 52 | 45 | 22 | 0 | 10 | 44 | 98 | 15 | 1B |
| Octal | 66 | 122 | 105 | 42 | 0 | 20 | 104 | 230 | 25 | 33 |
| Binary | 110110 | 1010010 | 1000101 | 100010 | 0 | 10000 | 1000100 | 10011000 | 10101 | 11011 |
Color Harmonies of #365245
Complementary color
Monochromatic Colors of #365245
Black with #365245
Text Example
Text Example
White with #365245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365245; }
p { color: rgb(54,82,69); }
H1.HeaderClassName
{
color: #365245;
}
.AnyTagClassName
{
color: #365245;
}
</style>
background-color css
<style>
a { background-color: #365245; }
a { background-color: rgb(54,82,69); }
div.DivClassName
{
background-color: #365245;
}
.BgClassName
{
background-color: #365245;
}
</style>
border-color css
<style>
span { border-color: #365245; }
span { border-color: rgb(54,82,69); }
td.TdClassName
{
border-color: #365245;
}
.TagClassName
{
border-color: #365245;
}
</style>