Shades of Plantation #37624D
Tints of Plantation #37624D
RGB
CMYK
RGB Variations
Color information
#37624D (or 0x37624D) is known color: Plantation. HEX triplet: 37, 62 and 4D. RGB value is (55,98,77). Sum of RGB (Red+Green+Blue) = 55+98+77=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #37624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37624D is #C89DB2. Grayscale: #525252. Windows color (decimal): -13147571 or 5071415. OLE color: 5071415.
HSL color Cylindrical-coordinate representation of color #37624D: hue angle of 150.7º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37624D is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 98 | 77 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.62 |
| HSL | 150.7º | 0.28% | 0.3% | - |
| HSV(B) | 150.7º | 0.44% | 0.38% | - |
| XYZ | 7.28 | 10.08 | 8.58 | - |
| YUV | 82.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 98 | 77 | 0.44 | 0 | 0.21 | 0.62 | 150.7 | 0.28 | 0.3 |
| Hex | 37 | 62 | 4D | 2C | 0 | 15 | 3E | 97 | 1C | 1E |
| Octal | 67 | 142 | 115 | 54 | 0 | 25 | 76 | 227 | 34 | 36 |
| Binary | 110111 | 1100010 | 1001101 | 101100 | 0 | 10101 | 111110 | 10010111 | 11100 | 11110 |
Color Harmonies of #37624D
Complementary color
Monochromatic Colors of #37624D
Black with #37624D
Text Example
Text Example
White with #37624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37624D; }
p { color: rgb(55,98,77); }
H1.HeaderClassName
{
color: #37624D;
}
.AnyTagClassName
{
color: #37624D;
}
</style>
background-color css
<style>
a { background-color: #37624D; }
a { background-color: rgb(55,98,77); }
div.DivClassName
{
background-color: #37624D;
}
.BgClassName
{
background-color: #37624D;
}
</style>
border-color css
<style>
span { border-color: #37624D; }
span { border-color: rgb(55,98,77); }
td.TdClassName
{
border-color: #37624D;
}
.TagClassName
{
border-color: #37624D;
}
</style>