Shades of Seaweed #35511B
Tints of Seaweed #35511B
RGB
CMYK
RGB Variations
Color information
#35511B (or 0x35511B) is known color: Seaweed. HEX triplet: 35, 51 and 1B. RGB value is (53,81,27). Sum of RGB (Red+Green+Blue) = 53+81+27=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #35511B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35511B is #CAAEE4. Grayscale: #424242. Windows color (decimal): -13283045 or 1790261. OLE color: 1790261.
HSL color Cylindrical-coordinate representation of color #35511B: hue angle of 91.11º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35511B is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 27 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.68 |
| HSL | 91.11º | 0.5% | 0.21% | - |
| HSV(B) | 91.11º | 0.67% | 0.32% | - |
| XYZ | 4.61 | 6.72 | 2.09 | - |
| YUV | 66.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 27 | 0.35 | 0 | 0.67 | 0.68 | 91.11 | 0.5 | 0.21 |
| Hex | 35 | 51 | 1B | 23 | 0 | 43 | 44 | 5B | 32 | 15 |
| Octal | 65 | 121 | 33 | 43 | 0 | 103 | 104 | 133 | 62 | 25 |
| Binary | 110101 | 1010001 | 11011 | 100011 | 0 | 1000011 | 1000100 | 1011011 | 110010 | 10101 |
Color Harmonies of #35511B
Complementary color
Monochromatic Colors of #35511B
Black with #35511B
Text Example
Text Example
White with #35511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35511B; }
p { color: rgb(53,81,27); }
H1.HeaderClassName
{
color: #35511B;
}
.AnyTagClassName
{
color: #35511B;
}
</style>
background-color css
<style>
a { background-color: #35511B; }
a { background-color: rgb(53,81,27); }
div.DivClassName
{
background-color: #35511B;
}
.BgClassName
{
background-color: #35511B;
}
</style>
border-color css
<style>
span { border-color: #35511B; }
span { border-color: rgb(53,81,27); }
td.TdClassName
{
border-color: #35511B;
}
.TagClassName
{
border-color: #35511B;
}
</style>