Shades of Seaweed #375215
Tints of Seaweed #375215
RGB
CMYK
RGB Variations
Color information
#375215 (or 0x375215) is known color: Seaweed. HEX triplet: 37, 52 and 15. RGB value is (55,82,21). Sum of RGB (Red+Green+Blue) = 55+82+21=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #375215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375215 is #C8ADEA. Grayscale: #434343. Windows color (decimal): -13151723 or 1397303. OLE color: 1397303.
HSL color Cylindrical-coordinate representation of color #375215: hue angle of 86.56º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #375215 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 82 | 21 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.68 |
| HSL | 86.56º | 0.59% | 0.2% | - |
| HSV(B) | 86.56º | 0.74% | 0.32% | - |
| XYZ | 4.73 | 6.9 | 1.79 | - |
| YUV | 66.97 | 102.05 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 21 | 0.33 | 0 | 0.74 | 0.68 | 86.56 | 0.59 | 0.2 |
| Hex | 37 | 52 | 15 | 21 | 0 | 4A | 44 | 57 | 3B | 14 |
| Octal | 67 | 122 | 25 | 41 | 0 | 112 | 104 | 127 | 73 | 24 |
| Binary | 110111 | 1010010 | 10101 | 100001 | 0 | 1001010 | 1000100 | 1010111 | 111011 | 10100 |
Color Harmonies of #375215
Complementary color
Monochromatic Colors of #375215
Black with #375215
Text Example
Text Example
White with #375215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375215; }
p { color: rgb(55,82,21); }
H1.HeaderClassName
{
color: #375215;
}
.AnyTagClassName
{
color: #375215;
}
</style>
background-color css
<style>
a { background-color: #375215; }
a { background-color: rgb(55,82,21); }
div.DivClassName
{
background-color: #375215;
}
.BgClassName
{
background-color: #375215;
}
</style>
border-color css
<style>
span { border-color: #375215; }
span { border-color: rgb(55,82,21); }
td.TdClassName
{
border-color: #375215;
}
.TagClassName
{
border-color: #375215;
}
</style>