Shades of Plantation #375F46
Tints of Plantation #375F46
RGB
CMYK
RGB Variations
Color information
#375F46 (or 0x375F46) is known color: Plantation. HEX triplet: 37, 5F and 46. RGB value is (55,95,70). Sum of RGB (Red+Green+Blue) = 55+95+70=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #375F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F46 is #C8A0B9. Grayscale: #505050. Windows color (decimal): -13148346 or 4611895. OLE color: 4611895.
HSL color Cylindrical-coordinate representation of color #375F46: hue angle of 142.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #375F46 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 95 | 70 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.63 |
| HSL | 142.5º | 0.27% | 0.29% | - |
| HSV(B) | 142.5º | 0.42% | 0.37% | - |
| XYZ | 6.77 | 9.44 | 7.26 | - |
| YUV | 80.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 70 | 0.42 | 0 | 0.26 | 0.63 | 142.5 | 0.27 | 0.29 |
| Hex | 37 | 5F | 46 | 2A | 0 | 1A | 3F | 8E | 1B | 1D |
| Octal | 67 | 137 | 106 | 52 | 0 | 32 | 77 | 216 | 33 | 35 |
| Binary | 110111 | 1011111 | 1000110 | 101010 | 0 | 11010 | 111111 | 10001110 | 11011 | 11101 |
Color Harmonies of #375F46
Complementary color
Monochromatic Colors of #375F46
Black with #375F46
Text Example
Text Example
White with #375F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F46; }
p { color: rgb(55,95,70); }
H1.HeaderClassName
{
color: #375F46;
}
.AnyTagClassName
{
color: #375F46;
}
</style>
background-color css
<style>
a { background-color: #375F46; }
a { background-color: rgb(55,95,70); }
div.DivClassName
{
background-color: #375F46;
}
.BgClassName
{
background-color: #375F46;
}
</style>
border-color css
<style>
span { border-color: #375F46; }
span { border-color: rgb(55,95,70); }
td.TdClassName
{
border-color: #375F46;
}
.TagClassName
{
border-color: #375F46;
}
</style>