Shades of Seaweed #344B1D
Tints of Seaweed #344B1D
RGB
CMYK
RGB Variations
Color information
#344B1D (or 0x344B1D) is known color: Seaweed. HEX triplet: 34, 4B and 1D. RGB value is (52,75,29). Sum of RGB (Red+Green+Blue) = 52+75+29=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #344B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B1D is #CBB4E2. Grayscale: #3F3F3F. Windows color (decimal): -13350115 or 1919796. OLE color: 1919796.
HSL color Cylindrical-coordinate representation of color #344B1D: hue angle of 90º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344B1D is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 75 | 29 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.71 |
| HSL | 90º | 0.44% | 0.2% | - |
| HSV(B) | 90º | 0.61% | 0.29% | - |
| XYZ | 4.15 | 5.85 | 2.07 | - |
| YUV | 62.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 29 | 0.31 | 0 | 0.61 | 0.71 | 90 | 0.44 | 0.2 |
| Hex | 34 | 4B | 1D | 1F | 0 | 3D | 47 | 5A | 2C | 14 |
| Octal | 64 | 113 | 35 | 37 | 0 | 75 | 107 | 132 | 54 | 24 |
| Binary | 110100 | 1001011 | 11101 | 11111 | 0 | 111101 | 1000111 | 1011010 | 101100 | 10100 |
Color Harmonies of #344B1D
Complementary color
Monochromatic Colors of #344B1D
Black with #344B1D
Text Example
Text Example
White with #344B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B1D; }
p { color: rgb(52,75,29); }
H1.HeaderClassName
{
color: #344B1D;
}
.AnyTagClassName
{
color: #344B1D;
}
</style>
background-color css
<style>
a { background-color: #344B1D; }
a { background-color: rgb(52,75,29); }
div.DivClassName
{
background-color: #344B1D;
}
.BgClassName
{
background-color: #344B1D;
}
</style>
border-color css
<style>
span { border-color: #344B1D; }
span { border-color: rgb(52,75,29); }
td.TdClassName
{
border-color: #344B1D;
}
.TagClassName
{
border-color: #344B1D;
}
</style>