Shades of Seaweed #34491D
Tints of Seaweed #34491D
RGB
CMYK
RGB Variations
Color information
#34491D (or 0x34491D) is known color: Seaweed. HEX triplet: 34, 49 and 1D. RGB value is (52,73,29). Sum of RGB (Red+Green+Blue) = 52+73+29=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #34491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34491D is #CBB6E2. Grayscale: #3D3D3D. Windows color (decimal): -13350627 or 1919284. OLE color: 1919284.
HSL color Cylindrical-coordinate representation of color #34491D: hue angle of 88.64º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34491D is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 73 | 29 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.71 |
| HSL | 88.64º | 0.43% | 0.2% | - |
| HSV(B) | 88.64º | 0.6% | 0.29% | - |
| XYZ | 4.02 | 5.58 | 2.03 | - |
| YUV | 61.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 29 | 0.29 | 0 | 0.60 | 0.71 | 88.64 | 0.43 | 0.2 |
| Hex | 34 | 49 | 1D | 1D | 0 | 3C | 47 | 59 | 2B | 14 |
| Octal | 64 | 111 | 35 | 35 | 0 | 74 | 107 | 131 | 53 | 24 |
| Binary | 110100 | 1001001 | 11101 | 11101 | 0 | 111100 | 1000111 | 1011001 | 101011 | 10100 |
Color Harmonies of #34491D
Complementary color
Monochromatic Colors of #34491D
Black with #34491D
Text Example
Text Example
White with #34491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34491D; }
p { color: rgb(52,73,29); }
H1.HeaderClassName
{
color: #34491D;
}
.AnyTagClassName
{
color: #34491D;
}
</style>
background-color css
<style>
a { background-color: #34491D; }
a { background-color: rgb(52,73,29); }
div.DivClassName
{
background-color: #34491D;
}
.BgClassName
{
background-color: #34491D;
}
</style>
border-color css
<style>
span { border-color: #34491D; }
span { border-color: rgb(52,73,29); }
td.TdClassName
{
border-color: #34491D;
}
.TagClassName
{
border-color: #34491D;
}
</style>