Shades of Plantation #37694D
Tints of Plantation #37694D
RGB
CMYK
RGB Variations
Color information
#37694D (or 0x37694D) is known color: Plantation. HEX triplet: 37, 69 and 4D. RGB value is (55,105,77). Sum of RGB (Red+Green+Blue) = 55+105+77=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #37694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37694D is #C896B2. Grayscale: #565656. Windows color (decimal): -13145779 or 5073207. OLE color: 5073207.
HSL color Cylindrical-coordinate representation of color #37694D: hue angle of 146.4º degrees, saturation: 0.31, 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 #37694D is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 105 | 77 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.59 |
| HSL | 146.4º | 0.31% | 0.31% | - |
| HSV(B) | 146.4º | 0.48% | 0.41% | - |
| XYZ | 7.97 | 11.45 | 8.81 | - |
| YUV | 86.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 105 | 77 | 0.48 | 0 | 0.27 | 0.59 | 146.4 | 0.31 | 0.31 |
| Hex | 37 | 69 | 4D | 30 | 0 | 1B | 3B | 92 | 1F | 1F |
| Octal | 67 | 151 | 115 | 60 | 0 | 33 | 73 | 222 | 37 | 37 |
| Binary | 110111 | 1101001 | 1001101 | 110000 | 0 | 11011 | 111011 | 10010010 | 11111 | 11111 |
Color Harmonies of #37694D
Complementary color
Monochromatic Colors of #37694D
Black with #37694D
Text Example
Text Example
White with #37694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37694D; }
p { color: rgb(55,105,77); }
H1.HeaderClassName
{
color: #37694D;
}
.AnyTagClassName
{
color: #37694D;
}
</style>
background-color css
<style>
a { background-color: #37694D; }
a { background-color: rgb(55,105,77); }
div.DivClassName
{
background-color: #37694D;
}
.BgClassName
{
background-color: #37694D;
}
</style>
border-color css
<style>
span { border-color: #37694D; }
span { border-color: rgb(55,105,77); }
td.TdClassName
{
border-color: #37694D;
}
.TagClassName
{
border-color: #37694D;
}
</style>