Shades of Seaweed #34511D
Tints of Seaweed #34511D
RGB
CMYK
RGB Variations
Color information
#34511D (or 0x34511D) is known color: Seaweed. HEX triplet: 34, 51 and 1D. RGB value is (52,81,29). Sum of RGB (Red+Green+Blue) = 52+81+29=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #34511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34511D is #CBAEE2. Grayscale: #424242. Windows color (decimal): -13348579 or 1921332. OLE color: 1921332.
HSL color Cylindrical-coordinate representation of color #34511D: hue angle of 93.46º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34511D is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 29 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.68 |
| HSL | 93.46º | 0.47% | 0.22% | - |
| HSV(B) | 93.46º | 0.64% | 0.32% | - |
| XYZ | 4.58 | 6.7 | 2.21 | - |
| YUV | 66.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 29 | 0.36 | 0 | 0.64 | 0.68 | 93.46 | 0.47 | 0.22 |
| Hex | 34 | 51 | 1D | 24 | 0 | 40 | 44 | 5D | 2F | 16 |
| Octal | 64 | 121 | 35 | 44 | 0 | 100 | 104 | 135 | 57 | 26 |
| Binary | 110100 | 1010001 | 11101 | 100100 | 0 | 1000000 | 1000100 | 1011101 | 101111 | 10110 |
Color Harmonies of #34511D
Complementary color
Monochromatic Colors of #34511D
Black with #34511D
Text Example
Text Example
White with #34511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34511D; }
p { color: rgb(52,81,29); }
H1.HeaderClassName
{
color: #34511D;
}
.AnyTagClassName
{
color: #34511D;
}
</style>
background-color css
<style>
a { background-color: #34511D; }
a { background-color: rgb(52,81,29); }
div.DivClassName
{
background-color: #34511D;
}
.BgClassName
{
background-color: #34511D;
}
</style>
border-color css
<style>
span { border-color: #34511D; }
span { border-color: rgb(52,81,29); }
td.TdClassName
{
border-color: #34511D;
}
.TagClassName
{
border-color: #34511D;
}
</style>