Shades of Seaweed #344520
Tints of Seaweed #344520
RGB
CMYK
RGB Variations
Color information
#344520 (or 0x344520) is known color: Seaweed. HEX triplet: 34, 45 and 20. RGB value is (52,69,32). Sum of RGB (Red+Green+Blue) = 52+69+32=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #344520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344520 is #CBBADF. Grayscale: #3B3B3B. Windows color (decimal): -13351648 or 2114868. OLE color: 2114868.
HSL color Cylindrical-coordinate representation of color #344520: hue angle of 87.57º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #344520 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 32 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.73 |
| HSL | 87.57º | 0.37% | 0.2% | - |
| HSV(B) | 87.57º | 0.54% | 0.27% | - |
| XYZ | 3.81 | 5.09 | 2.15 | - |
| YUV | 59.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 32 | 0.25 | 0 | 0.54 | 0.73 | 87.57 | 0.37 | 0.2 |
| Hex | 34 | 45 | 20 | 19 | 0 | 36 | 49 | 58 | 25 | 14 |
| Octal | 64 | 105 | 40 | 31 | 0 | 66 | 111 | 130 | 45 | 24 |
| Binary | 110100 | 1000101 | 100000 | 11001 | 0 | 110110 | 1001001 | 1011000 | 100101 | 10100 |
Color Harmonies of #344520
Complementary color
Monochromatic Colors of #344520
Black with #344520
Text Example
Text Example
White with #344520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344520; }
p { color: rgb(52,69,32); }
H1.HeaderClassName
{
color: #344520;
}
.AnyTagClassName
{
color: #344520;
}
</style>
background-color css
<style>
a { background-color: #344520; }
a { background-color: rgb(52,69,32); }
div.DivClassName
{
background-color: #344520;
}
.BgClassName
{
background-color: #344520;
}
</style>
border-color css
<style>
span { border-color: #344520; }
span { border-color: rgb(52,69,32); }
td.TdClassName
{
border-color: #344520;
}
.TagClassName
{
border-color: #344520;
}
</style>