Shades of Seaweed #37531C
Tints of Seaweed #37531C
RGB
CMYK
RGB Variations
Color information
#37531C (or 0x37531C) is known color: Seaweed. HEX triplet: 37, 53 and 1C. RGB value is (55,83,28). Sum of RGB (Red+Green+Blue) = 55+83+28=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #37531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37531C is #C8ACE3. Grayscale: #444444. Windows color (decimal): -13151460 or 1856311. OLE color: 1856311.
HSL color Cylindrical-coordinate representation of color #37531C: hue angle of 90.55º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37531C is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 83 | 28 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.67 |
| HSL | 90.55º | 0.5% | 0.22% | - |
| HSV(B) | 90.55º | 0.66% | 0.33% | - |
| XYZ | 4.88 | 7.08 | 2.21 | - |
| YUV | 68.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 28 | 0.34 | 0 | 0.66 | 0.67 | 90.55 | 0.5 | 0.22 |
| Hex | 37 | 53 | 1C | 22 | 0 | 42 | 43 | 5B | 32 | 16 |
| Octal | 67 | 123 | 34 | 42 | 0 | 102 | 103 | 133 | 62 | 26 |
| Binary | 110111 | 1010011 | 11100 | 100010 | 0 | 1000010 | 1000011 | 1011011 | 110010 | 10110 |
Color Harmonies of #37531C
Complementary color
Monochromatic Colors of #37531C
Black with #37531C
Text Example
Text Example
White with #37531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37531C; }
p { color: rgb(55,83,28); }
H1.HeaderClassName
{
color: #37531C;
}
.AnyTagClassName
{
color: #37531C;
}
</style>
background-color css
<style>
a { background-color: #37531C; }
a { background-color: rgb(55,83,28); }
div.DivClassName
{
background-color: #37531C;
}
.BgClassName
{
background-color: #37531C;
}
</style>
border-color css
<style>
span { border-color: #37531C; }
span { border-color: rgb(55,83,28); }
td.TdClassName
{
border-color: #37531C;
}
.TagClassName
{
border-color: #37531C;
}
</style>