Shades of Plantation #37634D
Tints of Plantation #37634D
RGB
CMYK
RGB Variations
Color information
#37634D (or 0x37634D) is known color: Plantation. HEX triplet: 37, 63 and 4D. RGB value is (55,99,77). Sum of RGB (Red+Green+Blue) = 55+99+77=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #37634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37634D is #C89CB2. Grayscale: #535353. Windows color (decimal): -13147315 or 5071671. OLE color: 5071671.
HSL color Cylindrical-coordinate representation of color #37634D: hue angle of 150º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37634D is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 99 | 77 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.61 |
| HSL | 150º | 0.29% | 0.3% | - |
| HSV(B) | 150º | 0.44% | 0.39% | - |
| XYZ | 7.38 | 10.27 | 8.62 | - |
| YUV | 83.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 99 | 77 | 0.44 | 0 | 0.22 | 0.61 | 150 | 0.29 | 0.3 |
| Hex | 37 | 63 | 4D | 2C | 0 | 16 | 3D | 96 | 1D | 1E |
| Octal | 67 | 143 | 115 | 54 | 0 | 26 | 75 | 226 | 35 | 36 |
| Binary | 110111 | 1100011 | 1001101 | 101100 | 0 | 10110 | 111101 | 10010110 | 11101 | 11110 |
Color Harmonies of #37634D
Complementary color
Monochromatic Colors of #37634D
Black with #37634D
Text Example
Text Example
White with #37634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37634D; }
p { color: rgb(55,99,77); }
H1.HeaderClassName
{
color: #37634D;
}
.AnyTagClassName
{
color: #37634D;
}
</style>
background-color css
<style>
a { background-color: #37634D; }
a { background-color: rgb(55,99,77); }
div.DivClassName
{
background-color: #37634D;
}
.BgClassName
{
background-color: #37634D;
}
</style>
border-color css
<style>
span { border-color: #37634D; }
span { border-color: rgb(55,99,77); }
td.TdClassName
{
border-color: #37634D;
}
.TagClassName
{
border-color: #37634D;
}
</style>