Shades of Seaweed #36561A
Tints of Seaweed #36561A
RGB
CMYK
RGB Variations
Color information
#36561A (or 0x36561A) is known color: Seaweed. HEX triplet: 36, 56 and 1A. RGB value is (54,86,26). Sum of RGB (Red+Green+Blue) = 54+86+26=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #36561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36561A is #C9A9E5. Grayscale: #454545. Windows color (decimal): -13216230 or 1726006. OLE color: 1726006.
HSL color Cylindrical-coordinate representation of color #36561A: hue angle of 92º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36561A is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 86 | 26 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.66 |
| HSL | 92º | 0.54% | 0.22% | - |
| HSV(B) | 92º | 0.7% | 0.34% | - |
| XYZ | 5.04 | 7.51 | 2.16 | - |
| YUV | 69.59 | 103.4 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 26 | 0.37 | 0 | 0.70 | 0.66 | 92 | 0.54 | 0.22 |
| Hex | 36 | 56 | 1A | 25 | 0 | 46 | 42 | 5C | 36 | 16 |
| Octal | 66 | 126 | 32 | 45 | 0 | 106 | 102 | 134 | 66 | 26 |
| Binary | 110110 | 1010110 | 11010 | 100101 | 0 | 1000110 | 1000010 | 1011100 | 110110 | 10110 |
Color Harmonies of #36561A
Complementary color
Monochromatic Colors of #36561A
Black with #36561A
Text Example
Text Example
White with #36561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36561A; }
p { color: rgb(54,86,26); }
H1.HeaderClassName
{
color: #36561A;
}
.AnyTagClassName
{
color: #36561A;
}
</style>
background-color css
<style>
a { background-color: #36561A; }
a { background-color: rgb(54,86,26); }
div.DivClassName
{
background-color: #36561A;
}
.BgClassName
{
background-color: #36561A;
}
</style>
border-color css
<style>
span { border-color: #36561A; }
span { border-color: rgb(54,86,26); }
td.TdClassName
{
border-color: #36561A;
}
.TagClassName
{
border-color: #36561A;
}
</style>