Shades of Seaweed #344B20
Tints of Seaweed #344B20
RGB
CMYK
RGB Variations
Color information
#344B20 (or 0x344B20) is known color: Seaweed. HEX triplet: 34, 4B and 20. RGB value is (52,75,32). Sum of RGB (Red+Green+Blue) = 52+75+32=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #344B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B20 is #CBB4DF. Grayscale: #3F3F3F. Windows color (decimal): -13350112 or 2116404. OLE color: 2116404.
HSL color Cylindrical-coordinate representation of color #344B20: hue angle of 92.09º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #344B20 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 75 | 32 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.71 |
| HSL | 92.09º | 0.4% | 0.21% | - |
| HSV(B) | 92.09º | 0.57% | 0.29% | - |
| XYZ | 4.19 | 5.87 | 2.28 | - |
| YUV | 63.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 32 | 0.31 | 0 | 0.57 | 0.71 | 92.09 | 0.4 | 0.21 |
| Hex | 34 | 4B | 20 | 1F | 0 | 39 | 47 | 5C | 28 | 15 |
| Octal | 64 | 113 | 40 | 37 | 0 | 71 | 107 | 134 | 50 | 25 |
| Binary | 110100 | 1001011 | 100000 | 11111 | 0 | 111001 | 1000111 | 1011100 | 101000 | 10101 |
Color Harmonies of #344B20
Complementary color
Monochromatic Colors of #344B20
Black with #344B20
Text Example
Text Example
White with #344B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B20; }
p { color: rgb(52,75,32); }
H1.HeaderClassName
{
color: #344B20;
}
.AnyTagClassName
{
color: #344B20;
}
</style>
background-color css
<style>
a { background-color: #344B20; }
a { background-color: rgb(52,75,32); }
div.DivClassName
{
background-color: #344B20;
}
.BgClassName
{
background-color: #344B20;
}
</style>
border-color css
<style>
span { border-color: #344B20; }
span { border-color: rgb(52,75,32); }
td.TdClassName
{
border-color: #344B20;
}
.TagClassName
{
border-color: #344B20;
}
</style>