Shades of Seaweed #34511C
Tints of Seaweed #34511C
RGB
CMYK
RGB Variations
Color information
#34511C (or 0x34511C) is known color: Seaweed. HEX triplet: 34, 51 and 1C. RGB value is (52,81,28). Sum of RGB (Red+Green+Blue) = 52+81+28=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #34511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34511C is #CBAEE3. Grayscale: #424242. Windows color (decimal): -13348580 or 1855796. OLE color: 1855796.
HSL color Cylindrical-coordinate representation of color #34511C: hue angle of 92.83º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34511C is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 28 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.68 |
| HSL | 92.83º | 0.49% | 0.21% | - |
| HSV(B) | 92.83º | 0.65% | 0.32% | - |
| XYZ | 4.57 | 6.7 | 2.15 | - |
| YUV | 66.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 28 | 0.36 | 0 | 0.65 | 0.68 | 92.83 | 0.49 | 0.21 |
| Hex | 34 | 51 | 1C | 24 | 0 | 41 | 44 | 5D | 31 | 15 |
| Octal | 64 | 121 | 34 | 44 | 0 | 101 | 104 | 135 | 61 | 25 |
| Binary | 110100 | 1010001 | 11100 | 100100 | 0 | 1000001 | 1000100 | 1011101 | 110001 | 10101 |
Color Harmonies of #34511C
Complementary color
Monochromatic Colors of #34511C
Black with #34511C
Text Example
Text Example
White with #34511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34511C; }
p { color: rgb(52,81,28); }
H1.HeaderClassName
{
color: #34511C;
}
.AnyTagClassName
{
color: #34511C;
}
</style>
background-color css
<style>
a { background-color: #34511C; }
a { background-color: rgb(52,81,28); }
div.DivClassName
{
background-color: #34511C;
}
.BgClassName
{
background-color: #34511C;
}
</style>
border-color css
<style>
span { border-color: #34511C; }
span { border-color: rgb(52,81,28); }
td.TdClassName
{
border-color: #34511C;
}
.TagClassName
{
border-color: #34511C;
}
</style>