Shades of Seaweed #335812
Tints of Seaweed #335812
RGB
CMYK
RGB Variations
Color information
#335812 (or 0x335812) is known color: Seaweed. HEX triplet: 33, 58 and 12. RGB value is (51,88,18). Sum of RGB (Red+Green+Blue) = 51+88+18=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #335812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335812 is #CCA7ED. Grayscale: #454545. Windows color (decimal): -13412334 or 1202227. OLE color: 1202227.
HSL color Cylindrical-coordinate representation of color #335812: hue angle of 91.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #335812 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 88 | 18 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.65 |
| HSL | 91.71º | 0.66% | 0.21% | - |
| HSV(B) | 91.71º | 0.8% | 0.35% | - |
| XYZ | 4.96 | 7.73 | 1.8 | - |
| YUV | 68.96 | 99.24 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 18 | 0.42 | 0 | 0.80 | 0.65 | 91.71 | 0.66 | 0.21 |
| Hex | 33 | 58 | 12 | 2A | 0 | 50 | 41 | 5C | 42 | 15 |
| Octal | 63 | 130 | 22 | 52 | 0 | 120 | 101 | 134 | 102 | 25 |
| Binary | 110011 | 1011000 | 10010 | 101010 | 0 | 1010000 | 1000001 | 1011100 | 1000010 | 10101 |
Color Harmonies of #335812
Complementary color
Monochromatic Colors of #335812
Black with #335812
Text Example
Text Example
White with #335812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335812; }
p { color: rgb(51,88,18); }
H1.HeaderClassName
{
color: #335812;
}
.AnyTagClassName
{
color: #335812;
}
</style>
background-color css
<style>
a { background-color: #335812; }
a { background-color: rgb(51,88,18); }
div.DivClassName
{
background-color: #335812;
}
.BgClassName
{
background-color: #335812;
}
</style>
border-color css
<style>
span { border-color: #335812; }
span { border-color: rgb(51,88,18); }
td.TdClassName
{
border-color: #335812;
}
.TagClassName
{
border-color: #335812;
}
</style>