Shades of Seaweed #334126
Tints of Seaweed #334126
RGB
CMYK
RGB Variations
Color information
#334126 (or 0x334126) is known color: Seaweed. HEX triplet: 33, 41 and 26. RGB value is (51,65,38). Sum of RGB (Red+Green+Blue) = 51+65+38=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #334126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334126 is #CCBED9. Grayscale: #393939. Windows color (decimal): -13418202 or 2507059. OLE color: 2507059.
HSL color Cylindrical-coordinate representation of color #334126: hue angle of 91.11º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #334126 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 38 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.75 |
| HSL | 91.11º | 0.26% | 0.2% | - |
| HSV(B) | 91.11º | 0.42% | 0.25% | - |
| XYZ | 3.61 | 4.62 | 2.54 | - |
| YUV | 57.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 38 | 0.22 | 0 | 0.42 | 0.75 | 91.11 | 0.26 | 0.2 |
| Hex | 33 | 41 | 26 | 16 | 0 | 2A | 4B | 5B | 1A | 14 |
| Octal | 63 | 101 | 46 | 26 | 0 | 52 | 113 | 133 | 32 | 24 |
| Binary | 110011 | 1000001 | 100110 | 10110 | 0 | 101010 | 1001011 | 1011011 | 11010 | 10100 |
Color Harmonies of #334126
Complementary color
Monochromatic Colors of #334126
Black with #334126
Text Example
Text Example
White with #334126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334126; }
p { color: rgb(51,65,38); }
H1.HeaderClassName
{
color: #334126;
}
.AnyTagClassName
{
color: #334126;
}
</style>
background-color css
<style>
a { background-color: #334126; }
a { background-color: rgb(51,65,38); }
div.DivClassName
{
background-color: #334126;
}
.BgClassName
{
background-color: #334126;
}
</style>
border-color css
<style>
span { border-color: #334126; }
span { border-color: rgb(51,65,38); }
td.TdClassName
{
border-color: #334126;
}
.TagClassName
{
border-color: #334126;
}
</style>