Shades of Seaweed #36521F
Tints of Seaweed #36521F
RGB
CMYK
RGB Variations
Color information
#36521F (or 0x36521F) is known color: Seaweed. HEX triplet: 36, 52 and 1F. RGB value is (54,82,31). Sum of RGB (Red+Green+Blue) = 54+82+31=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #36521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36521F is #C9ADE0. Grayscale: #434343. Windows color (decimal): -13217249 or 2052662. OLE color: 2052662.
HSL color Cylindrical-coordinate representation of color #36521F: hue angle of 92.94º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36521F is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 82 | 31 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.68 |
| HSL | 92.94º | 0.45% | 0.22% | - |
| HSV(B) | 92.94º | 0.62% | 0.32% | - |
| XYZ | 4.79 | 6.92 | 2.38 | - |
| YUV | 67.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 31 | 0.34 | 0 | 0.62 | 0.68 | 92.94 | 0.45 | 0.22 |
| Hex | 36 | 52 | 1F | 22 | 0 | 3E | 44 | 5D | 2D | 16 |
| Octal | 66 | 122 | 37 | 42 | 0 | 76 | 104 | 135 | 55 | 26 |
| Binary | 110110 | 1010010 | 11111 | 100010 | 0 | 111110 | 1000100 | 1011101 | 101101 | 10110 |
Color Harmonies of #36521F
Complementary color
Monochromatic Colors of #36521F
Black with #36521F
Text Example
Text Example
White with #36521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36521F; }
p { color: rgb(54,82,31); }
H1.HeaderClassName
{
color: #36521F;
}
.AnyTagClassName
{
color: #36521F;
}
</style>
background-color css
<style>
a { background-color: #36521F; }
a { background-color: rgb(54,82,31); }
div.DivClassName
{
background-color: #36521F;
}
.BgClassName
{
background-color: #36521F;
}
</style>
border-color css
<style>
span { border-color: #36521F; }
span { border-color: rgb(54,82,31); }
td.TdClassName
{
border-color: #36521F;
}
.TagClassName
{
border-color: #36521F;
}
</style>