Shades of Seaweed #334E1D
Tints of Seaweed #334E1D
RGB
CMYK
RGB Variations
Color information
#334E1D (or 0x334E1D) is known color: Seaweed. HEX triplet: 33, 4E and 1D. RGB value is (51,78,29). Sum of RGB (Red+Green+Blue) = 51+78+29=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 78 - color contains mainly: green. Hex color #334E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E1D is #CCB1E2. Grayscale: #404040. Windows color (decimal): -13414883 or 1920563. OLE color: 1920563.
HSL color Cylindrical-coordinate representation of color #334E1D: hue angle of 93.06º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #334E1D is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 78 | 29 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.69 |
| HSL | 93.06º | 0.46% | 0.21% | - |
| HSV(B) | 93.06º | 0.63% | 0.31% | - |
| XYZ | 4.31 | 6.24 | 2.14 | - |
| YUV | 64.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 29 | 0.35 | 0 | 0.63 | 0.69 | 93.06 | 0.46 | 0.21 |
| Hex | 33 | 4E | 1D | 23 | 0 | 3F | 45 | 5D | 2E | 15 |
| Octal | 63 | 116 | 35 | 43 | 0 | 77 | 105 | 135 | 56 | 25 |
| Binary | 110011 | 1001110 | 11101 | 100011 | 0 | 111111 | 1000101 | 1011101 | 101110 | 10101 |
Color Harmonies of #334E1D
Complementary color
Monochromatic Colors of #334E1D
Black with #334E1D
Text Example
Text Example
White with #334E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334E1D; }
p { color: rgb(51,78,29); }
H1.HeaderClassName
{
color: #334E1D;
}
.AnyTagClassName
{
color: #334E1D;
}
</style>
background-color css
<style>
a { background-color: #334E1D; }
a { background-color: rgb(51,78,29); }
div.DivClassName
{
background-color: #334E1D;
}
.BgClassName
{
background-color: #334E1D;
}
</style>
border-color css
<style>
span { border-color: #334E1D; }
span { border-color: rgb(51,78,29); }
td.TdClassName
{
border-color: #334E1D;
}
.TagClassName
{
border-color: #334E1D;
}
</style>