Shades of Seaweed #36501C
Tints of Seaweed #36501C
RGB
CMYK
RGB Variations
Color information
#36501C (or 0x36501C) is known color: Seaweed. HEX triplet: 36, 50 and 1C. RGB value is (54,80,28). Sum of RGB (Red+Green+Blue) = 54+80+28=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #36501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36501C is #C9AFE3. Grayscale: #424242. Windows color (decimal): -13217764 or 1855542. OLE color: 1855542.
HSL color Cylindrical-coordinate representation of color #36501C: hue angle of 90º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36501C is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 80 | 28 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.69 |
| HSL | 90º | 0.48% | 0.21% | - |
| HSV(B) | 90º | 0.65% | 0.31% | - |
| XYZ | 4.6 | 6.61 | 2.13 | - |
| YUV | 66.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 28 | 0.33 | 0 | 0.65 | 0.69 | 90 | 0.48 | 0.21 |
| Hex | 36 | 50 | 1C | 21 | 0 | 41 | 45 | 5A | 30 | 15 |
| Octal | 66 | 120 | 34 | 41 | 0 | 101 | 105 | 132 | 60 | 25 |
| Binary | 110110 | 1010000 | 11100 | 100001 | 0 | 1000001 | 1000101 | 1011010 | 110000 | 10101 |
Color Harmonies of #36501C
Complementary color
Monochromatic Colors of #36501C
Black with #36501C
Text Example
Text Example
White with #36501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36501C; }
p { color: rgb(54,80,28); }
H1.HeaderClassName
{
color: #36501C;
}
.AnyTagClassName
{
color: #36501C;
}
</style>
background-color css
<style>
a { background-color: #36501C; }
a { background-color: rgb(54,80,28); }
div.DivClassName
{
background-color: #36501C;
}
.BgClassName
{
background-color: #36501C;
}
</style>
border-color css
<style>
span { border-color: #36501C; }
span { border-color: rgb(54,80,28); }
td.TdClassName
{
border-color: #36501C;
}
.TagClassName
{
border-color: #36501C;
}
</style>