Shades of Seaweed #373C30
Tints of Seaweed #373C30
RGB
CMYK
RGB Variations
Color information
#373C30 (or 0x373C30) is known color: Seaweed. HEX triplet: 37, 3C and 30. RGB value is (55,60,48). Sum of RGB (Red+Green+Blue) = 55+60+48=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 60 - color contains mainly: green. Hex color #373C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C30 is #C8C3CF. Grayscale: #393939. Windows color (decimal): -13157328 or 3161143. OLE color: 3161143.
HSL color Cylindrical-coordinate representation of color #373C30: hue angle of 85º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #373C30 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 60 | 48 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.76 |
| HSL | 85º | 0.11% | 0.21% | - |
| HSV(B) | 85º | 0.2% | 0.24% | - |
| XYZ | 3.72 | 4.26 | 3.42 | - |
| YUV | 57.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 48 | 0.08 | 0 | 0.20 | 0.76 | 85 | 0.11 | 0.21 |
| Hex | 37 | 3C | 30 | 8 | 0 | 14 | 4C | 55 | B | 15 |
| Octal | 67 | 74 | 60 | 10 | 0 | 24 | 114 | 125 | 13 | 25 |
| Binary | 110111 | 111100 | 110000 | 1000 | 0 | 10100 | 1001100 | 1010101 | 1011 | 10101 |
Color Harmonies of #373C30
Complementary color
Monochromatic Colors of #373C30
Black with #373C30
Text Example
Text Example
White with #373C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C30; }
p { color: rgb(55,60,48); }
H1.HeaderClassName
{
color: #373C30;
}
.AnyTagClassName
{
color: #373C30;
}
</style>
background-color css
<style>
a { background-color: #373C30; }
a { background-color: rgb(55,60,48); }
div.DivClassName
{
background-color: #373C30;
}
.BgClassName
{
background-color: #373C30;
}
</style>
border-color css
<style>
span { border-color: #373C30; }
span { border-color: rgb(55,60,48); }
td.TdClassName
{
border-color: #373C30;
}
.TagClassName
{
border-color: #373C30;
}
</style>