Shades of Seaweed #36501F
Tints of Seaweed #36501F
RGB
CMYK
RGB Variations
Color information
#36501F (or 0x36501F) is known color: Seaweed. HEX triplet: 36, 50 and 1F. RGB value is (54,80,31). Sum of RGB (Red+Green+Blue) = 54+80+31=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #36501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36501F is #C9AFE0. Grayscale: #424242. Windows color (decimal): -13217761 or 2052150. OLE color: 2052150.
HSL color Cylindrical-coordinate representation of color #36501F: hue angle of 91.84º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36501F is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 80 | 31 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.69 |
| HSL | 91.84º | 0.44% | 0.22% | - |
| HSV(B) | 91.84º | 0.61% | 0.31% | - |
| XYZ | 4.64 | 6.62 | 2.33 | - |
| YUV | 66.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 31 | 0.33 | 0 | 0.61 | 0.69 | 91.84 | 0.44 | 0.22 |
| Hex | 36 | 50 | 1F | 21 | 0 | 3D | 45 | 5C | 2C | 16 |
| Octal | 66 | 120 | 37 | 41 | 0 | 75 | 105 | 134 | 54 | 26 |
| Binary | 110110 | 1010000 | 11111 | 100001 | 0 | 111101 | 1000101 | 1011100 | 101100 | 10110 |
Color Harmonies of #36501F
Complementary color
Monochromatic Colors of #36501F
Black with #36501F
Text Example
Text Example
White with #36501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36501F; }
p { color: rgb(54,80,31); }
H1.HeaderClassName
{
color: #36501F;
}
.AnyTagClassName
{
color: #36501F;
}
</style>
background-color css
<style>
a { background-color: #36501F; }
a { background-color: rgb(54,80,31); }
div.DivClassName
{
background-color: #36501F;
}
.BgClassName
{
background-color: #36501F;
}
</style>
border-color css
<style>
span { border-color: #36501F; }
span { border-color: rgb(54,80,31); }
td.TdClassName
{
border-color: #36501F;
}
.TagClassName
{
border-color: #36501F;
}
</style>