Shades of Seaweed #334024
Tints of Seaweed #334024
RGB
CMYK
RGB Variations
Color information
#334024 (or 0x334024) is known color: Seaweed. HEX triplet: 33, 40 and 24. RGB value is (51,64,36). Sum of RGB (Red+Green+Blue) = 51+64+36=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #334024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334024 is #CCBFDB. Grayscale: #393939. Windows color (decimal): -13418460 or 2375731. OLE color: 2375731.
HSL color Cylindrical-coordinate representation of color #334024: hue angle of 87.86º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #334024 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 36 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.75 |
| HSL | 87.86º | 0.28% | 0.2% | - |
| HSV(B) | 87.86º | 0.44% | 0.25% | - |
| XYZ | 3.52 | 4.5 | 2.35 | - |
| YUV | 56.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 36 | 0.20 | 0 | 0.44 | 0.75 | 87.86 | 0.28 | 0.2 |
| Hex | 33 | 40 | 24 | 14 | 0 | 2C | 4B | 58 | 1C | 14 |
| Octal | 63 | 100 | 44 | 24 | 0 | 54 | 113 | 130 | 34 | 24 |
| Binary | 110011 | 1000000 | 100100 | 10100 | 0 | 101100 | 1001011 | 1011000 | 11100 | 10100 |
Color Harmonies of #334024
Complementary color
Monochromatic Colors of #334024
Black with #334024
Text Example
Text Example
White with #334024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334024; }
p { color: rgb(51,64,36); }
H1.HeaderClassName
{
color: #334024;
}
.AnyTagClassName
{
color: #334024;
}
</style>
background-color css
<style>
a { background-color: #334024; }
a { background-color: rgb(51,64,36); }
div.DivClassName
{
background-color: #334024;
}
.BgClassName
{
background-color: #334024;
}
</style>
border-color css
<style>
span { border-color: #334024; }
span { border-color: rgb(51,64,36); }
td.TdClassName
{
border-color: #334024;
}
.TagClassName
{
border-color: #334024;
}
</style>