Shades of Seaweed #344B1F
Tints of Seaweed #344B1F
RGB
CMYK
RGB Variations
Color information
#344B1F (or 0x344B1F) is known color: Seaweed. HEX triplet: 34, 4B and 1F. RGB value is (52,75,31). Sum of RGB (Red+Green+Blue) = 52+75+31=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #344B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B1F is #CBB4E0. Grayscale: #3F3F3F. Windows color (decimal): -13350113 or 2050868. OLE color: 2050868.
HSL color Cylindrical-coordinate representation of color #344B1F: hue angle of 91.36º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #344B1F is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 75 | 31 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.71 |
| HSL | 91.36º | 0.42% | 0.21% | - |
| HSV(B) | 91.36º | 0.59% | 0.29% | - |
| XYZ | 4.18 | 5.86 | 2.21 | - |
| YUV | 63.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 31 | 0.31 | 0 | 0.59 | 0.71 | 91.36 | 0.42 | 0.21 |
| Hex | 34 | 4B | 1F | 1F | 0 | 3B | 47 | 5B | 2A | 15 |
| Octal | 64 | 113 | 37 | 37 | 0 | 73 | 107 | 133 | 52 | 25 |
| Binary | 110100 | 1001011 | 11111 | 11111 | 0 | 111011 | 1000111 | 1011011 | 101010 | 10101 |
Color Harmonies of #344B1F
Complementary color
Monochromatic Colors of #344B1F
Black with #344B1F
Text Example
Text Example
White with #344B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B1F; }
p { color: rgb(52,75,31); }
H1.HeaderClassName
{
color: #344B1F;
}
.AnyTagClassName
{
color: #344B1F;
}
</style>
background-color css
<style>
a { background-color: #344B1F; }
a { background-color: rgb(52,75,31); }
div.DivClassName
{
background-color: #344B1F;
}
.BgClassName
{
background-color: #344B1F;
}
</style>
border-color css
<style>
span { border-color: #344B1F; }
span { border-color: rgb(52,75,31); }
td.TdClassName
{
border-color: #344B1F;
}
.TagClassName
{
border-color: #344B1F;
}
</style>