Shades of Plantation #37674A
Tints of Plantation #37674A
RGB
CMYK
RGB Variations
Color information
#37674A (or 0x37674A) is known color: Plantation. HEX triplet: 37, 67 and 4A. RGB value is (55,103,74). Sum of RGB (Red+Green+Blue) = 55+103+74=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #37674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37674A is #C898B5. Grayscale: #555555. Windows color (decimal): -13146294 or 4876087. OLE color: 4876087.
HSL color Cylindrical-coordinate representation of color #37674A: hue angle of 143.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #37674A is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 103 | 74 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.60 |
| HSL | 143.75º | 0.3% | 0.31% | - |
| HSV(B) | 143.75º | 0.47% | 0.4% | - |
| XYZ | 7.66 | 11.01 | 8.2 | - |
| YUV | 85.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 103 | 74 | 0.47 | 0 | 0.28 | 0.60 | 143.75 | 0.3 | 0.31 |
| Hex | 37 | 67 | 4A | 2F | 0 | 1C | 3C | 90 | 1E | 1F |
| Octal | 67 | 147 | 112 | 57 | 0 | 34 | 74 | 220 | 36 | 37 |
| Binary | 110111 | 1100111 | 1001010 | 101111 | 0 | 11100 | 111100 | 10010000 | 11110 | 11111 |
Color Harmonies of #37674A
Complementary color
Monochromatic Colors of #37674A
Black with #37674A
Text Example
Text Example
White with #37674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37674A; }
p { color: rgb(55,103,74); }
H1.HeaderClassName
{
color: #37674A;
}
.AnyTagClassName
{
color: #37674A;
}
</style>
background-color css
<style>
a { background-color: #37674A; }
a { background-color: rgb(55,103,74); }
div.DivClassName
{
background-color: #37674A;
}
.BgClassName
{
background-color: #37674A;
}
</style>
border-color css
<style>
span { border-color: #37674A; }
span { border-color: rgb(55,103,74); }
td.TdClassName
{
border-color: #37674A;
}
.TagClassName
{
border-color: #37674A;
}
</style>