Shades of Plantation #37654A
Tints of Plantation #37654A
RGB
CMYK
RGB Variations
Color information
#37654A (or 0x37654A) is known color: Plantation. HEX triplet: 37, 65 and 4A. RGB value is (55,101,74). Sum of RGB (Red+Green+Blue) = 55+101+74=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #37654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37654A is #C89AB5. Grayscale: #545454. Windows color (decimal): -13146806 or 4875575. OLE color: 4875575.
HSL color Cylindrical-coordinate representation of color #37654A: hue angle of 144.78º 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 #37654A is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 101 | 74 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.60 |
| HSL | 144.78º | 0.29% | 0.31% | - |
| HSV(B) | 144.78º | 0.46% | 0.4% | - |
| XYZ | 7.47 | 10.61 | 8.13 | - |
| YUV | 84.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 74 | 0.46 | 0 | 0.27 | 0.60 | 144.78 | 0.29 | 0.31 |
| Hex | 37 | 65 | 4A | 2E | 0 | 1B | 3C | 91 | 1D | 1F |
| Octal | 67 | 145 | 112 | 56 | 0 | 33 | 74 | 221 | 35 | 37 |
| Binary | 110111 | 1100101 | 1001010 | 101110 | 0 | 11011 | 111100 | 10010001 | 11101 | 11111 |
Color Harmonies of #37654A
Complementary color
Monochromatic Colors of #37654A
Black with #37654A
Text Example
Text Example
White with #37654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37654A; }
p { color: rgb(55,101,74); }
H1.HeaderClassName
{
color: #37654A;
}
.AnyTagClassName
{
color: #37654A;
}
</style>
background-color css
<style>
a { background-color: #37654A; }
a { background-color: rgb(55,101,74); }
div.DivClassName
{
background-color: #37654A;
}
.BgClassName
{
background-color: #37654A;
}
</style>
border-color css
<style>
span { border-color: #37654A; }
span { border-color: rgb(55,101,74); }
td.TdClassName
{
border-color: #37654A;
}
.TagClassName
{
border-color: #37654A;
}
</style>