Shades of Seaweed #334D1F
Tints of Seaweed #334D1F
RGB
CMYK
RGB Variations
Color information
#334D1F (or 0x334D1F) is known color: Seaweed. HEX triplet: 33, 4D and 1F. RGB value is (51,77,31). Sum of RGB (Red+Green+Blue) = 51+77+31=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 77 (30.47% from 255 or 48.43% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 77 - color contains mainly: green. Hex color #334D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D1F is #CCB2E0. Grayscale: #404040. Windows color (decimal): -13415137 or 2051379. OLE color: 2051379.
HSL color Cylindrical-coordinate representation of color #334D1F: hue angle of 93.91º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #334D1F is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 77 | 31 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.70 |
| HSL | 93.91º | 0.43% | 0.21% | - |
| HSV(B) | 93.91º | 0.6% | 0.3% | - |
| XYZ | 4.27 | 6.11 | 2.25 | - |
| YUV | 63.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 31 | 0.34 | 0 | 0.60 | 0.70 | 93.91 | 0.43 | 0.21 |
| Hex | 33 | 4D | 1F | 22 | 0 | 3C | 46 | 5E | 2B | 15 |
| Octal | 63 | 115 | 37 | 42 | 0 | 74 | 106 | 136 | 53 | 25 |
| Binary | 110011 | 1001101 | 11111 | 100010 | 0 | 111100 | 1000110 | 1011110 | 101011 | 10101 |
Color Harmonies of #334D1F
Complementary color
Monochromatic Colors of #334D1F
Black with #334D1F
Text Example
Text Example
White with #334D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D1F; }
p { color: rgb(51,77,31); }
H1.HeaderClassName
{
color: #334D1F;
}
.AnyTagClassName
{
color: #334D1F;
}
</style>
background-color css
<style>
a { background-color: #334D1F; }
a { background-color: rgb(51,77,31); }
div.DivClassName
{
background-color: #334D1F;
}
.BgClassName
{
background-color: #334D1F;
}
</style>
border-color css
<style>
span { border-color: #334D1F; }
span { border-color: rgb(51,77,31); }
td.TdClassName
{
border-color: #334D1F;
}
.TagClassName
{
border-color: #334D1F;
}
</style>