Shades of Seaweed #334F1D
Tints of Seaweed #334F1D
RGB
CMYK
RGB Variations
Color information
#334F1D (or 0x334F1D) is known color: Seaweed. HEX triplet: 33, 4F and 1D. RGB value is (51,79,29). Sum of RGB (Red+Green+Blue) = 51+79+29=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #334F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F1D is #CCB0E2. Grayscale: #414141. Windows color (decimal): -13414627 or 1920819. OLE color: 1920819.
HSL color Cylindrical-coordinate representation of color #334F1D: hue angle of 93.6º 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 #334F1D is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 79 | 29 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.69 |
| HSL | 93.6º | 0.46% | 0.21% | - |
| HSV(B) | 93.6º | 0.63% | 0.31% | - |
| XYZ | 4.38 | 6.38 | 2.16 | - |
| YUV | 64.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 29 | 0.35 | 0 | 0.63 | 0.69 | 93.6 | 0.46 | 0.21 |
| Hex | 33 | 4F | 1D | 23 | 0 | 3F | 45 | 5E | 2E | 15 |
| Octal | 63 | 117 | 35 | 43 | 0 | 77 | 105 | 136 | 56 | 25 |
| Binary | 110011 | 1001111 | 11101 | 100011 | 0 | 111111 | 1000101 | 1011110 | 101110 | 10101 |
Color Harmonies of #334F1D
Complementary color
Monochromatic Colors of #334F1D
Black with #334F1D
Text Example
Text Example
White with #334F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F1D; }
p { color: rgb(51,79,29); }
H1.HeaderClassName
{
color: #334F1D;
}
.AnyTagClassName
{
color: #334F1D;
}
</style>
background-color css
<style>
a { background-color: #334F1D; }
a { background-color: rgb(51,79,29); }
div.DivClassName
{
background-color: #334F1D;
}
.BgClassName
{
background-color: #334F1D;
}
</style>
border-color css
<style>
span { border-color: #334F1D; }
span { border-color: rgb(51,79,29); }
td.TdClassName
{
border-color: #334F1D;
}
.TagClassName
{
border-color: #334F1D;
}
</style>