Shades of Plantation #37654D
Tints of Plantation #37654D
RGB
CMYK
RGB Variations
Color information
#37654D (or 0x37654D) is known color: Plantation. HEX triplet: 37, 65 and 4D. RGB value is (55,101,77). Sum of RGB (Red+Green+Blue) = 55+101+77=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 101 - color contains mainly: green. Hex color #37654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37654D is #C89AB2. Grayscale: #545454. Windows color (decimal): -13146803 or 5072183. OLE color: 5072183.
HSL color Cylindrical-coordinate representation of color #37654D: hue angle of 148.7º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #37654D is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 101 | 77 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.60 |
| HSL | 148.7º | 0.29% | 0.31% | - |
| HSV(B) | 148.7º | 0.46% | 0.4% | - |
| XYZ | 7.57 | 10.66 | 8.68 | - |
| YUV | 84.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 77 | 0.46 | 0 | 0.24 | 0.60 | 148.7 | 0.29 | 0.31 |
| Hex | 37 | 65 | 4D | 2E | 0 | 18 | 3C | 95 | 1D | 1F |
| Octal | 67 | 145 | 115 | 56 | 0 | 30 | 74 | 225 | 35 | 37 |
| Binary | 110111 | 1100101 | 1001101 | 101110 | 0 | 11000 | 111100 | 10010101 | 11101 | 11111 |
Color Harmonies of #37654D
Complementary color
Monochromatic Colors of #37654D
Black with #37654D
Text Example
Text Example
White with #37654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37654D; }
p { color: rgb(55,101,77); }
H1.HeaderClassName
{
color: #37654D;
}
.AnyTagClassName
{
color: #37654D;
}
</style>
background-color css
<style>
a { background-color: #37654D; }
a { background-color: rgb(55,101,77); }
div.DivClassName
{
background-color: #37654D;
}
.BgClassName
{
background-color: #37654D;
}
</style>
border-color css
<style>
span { border-color: #37654D; }
span { border-color: rgb(55,101,77); }
td.TdClassName
{
border-color: #37654D;
}
.TagClassName
{
border-color: #37654D;
}
</style>