Shades of Seaweed #334028
Tints of Seaweed #334028
RGB
CMYK
RGB Variations
Color information
#334028 (or 0x334028) is known color: Seaweed. HEX triplet: 33, 40 and 28. RGB value is (51,64,40). Sum of RGB (Red+Green+Blue) = 51+64+40=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #334028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334028 is #CCBFD7. Grayscale: #393939. Windows color (decimal): -13418456 or 2637875. OLE color: 2637875.
HSL color Cylindrical-coordinate representation of color #334028: hue angle of 92.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #334028 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 40 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.75 |
| HSL | 92.5º | 0.23% | 0.2% | - |
| HSV(B) | 92.5º | 0.38% | 0.25% | - |
| XYZ | 3.58 | 4.52 | 2.69 | - |
| YUV | 57.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 40 | 0.20 | 0 | 0.38 | 0.75 | 92.5 | 0.23 | 0.2 |
| Hex | 33 | 40 | 28 | 14 | 0 | 26 | 4B | 5C | 17 | 14 |
| Octal | 63 | 100 | 50 | 24 | 0 | 46 | 113 | 134 | 27 | 24 |
| Binary | 110011 | 1000000 | 101000 | 10100 | 0 | 100110 | 1001011 | 1011100 | 10111 | 10100 |
Color Harmonies of #334028
Complementary color
Monochromatic Colors of #334028
Black with #334028
Text Example
Text Example
White with #334028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334028; }
p { color: rgb(51,64,40); }
H1.HeaderClassName
{
color: #334028;
}
.AnyTagClassName
{
color: #334028;
}
</style>
background-color css
<style>
a { background-color: #334028; }
a { background-color: rgb(51,64,40); }
div.DivClassName
{
background-color: #334028;
}
.BgClassName
{
background-color: #334028;
}
</style>
border-color css
<style>
span { border-color: #334028; }
span { border-color: rgb(51,64,40); }
td.TdClassName
{
border-color: #334028;
}
.TagClassName
{
border-color: #334028;
}
</style>