Shades of Seaweed #375020
Tints of Seaweed #375020
RGB
CMYK
RGB Variations
Color information
#375020 (or 0x375020) is known color: Seaweed. HEX triplet: 37, 50 and 20. RGB value is (55,80,32). Sum of RGB (Red+Green+Blue) = 55+80+32=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #375020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375020 is #C8AFDF. Grayscale: #434343. Windows color (decimal): -13152224 or 2117687. OLE color: 2117687.
HSL color Cylindrical-coordinate representation of color #375020: hue angle of 91.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375020 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 80 | 32 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.69 |
| HSL | 91.25º | 0.43% | 0.22% | - |
| HSV(B) | 91.25º | 0.6% | 0.31% | - |
| XYZ | 4.7 | 6.65 | 2.4 | - |
| YUV | 67.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 32 | 0.31 | 0 | 0.60 | 0.69 | 91.25 | 0.43 | 0.22 |
| Hex | 37 | 50 | 20 | 1F | 0 | 3C | 45 | 5B | 2B | 16 |
| Octal | 67 | 120 | 40 | 37 | 0 | 74 | 105 | 133 | 53 | 26 |
| Binary | 110111 | 1010000 | 100000 | 11111 | 0 | 111100 | 1000101 | 1011011 | 101011 | 10110 |
Color Harmonies of #375020
Complementary color
Monochromatic Colors of #375020
Black with #375020
Text Example
Text Example
White with #375020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375020; }
p { color: rgb(55,80,32); }
H1.HeaderClassName
{
color: #375020;
}
.AnyTagClassName
{
color: #375020;
}
</style>
background-color css
<style>
a { background-color: #375020; }
a { background-color: rgb(55,80,32); }
div.DivClassName
{
background-color: #375020;
}
.BgClassName
{
background-color: #375020;
}
</style>
border-color css
<style>
span { border-color: #375020; }
span { border-color: rgb(55,80,32); }
td.TdClassName
{
border-color: #375020;
}
.TagClassName
{
border-color: #375020;
}
</style>