Shades of Seaweed #345416
Tints of Seaweed #345416
RGB
CMYK
RGB Variations
Color information
#345416 (or 0x345416) is known color: Seaweed. HEX triplet: 34, 54 and 16. RGB value is (52,84,22). Sum of RGB (Red+Green+Blue) = 52+84+22=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #345416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345416 is #CBABE9. Grayscale: #434343. Windows color (decimal): -13347818 or 1463348. OLE color: 1463348.
HSL color Cylindrical-coordinate representation of color #345416: hue angle of 90.97º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345416 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 84 | 22 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.67 |
| HSL | 90.97º | 0.58% | 0.21% | - |
| HSV(B) | 90.97º | 0.74% | 0.33% | - |
| XYZ | 4.73 | 7.13 | 1.89 | - |
| YUV | 67.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 22 | 0.38 | 0 | 0.74 | 0.67 | 90.97 | 0.58 | 0.21 |
| Hex | 34 | 54 | 16 | 26 | 0 | 4A | 43 | 5B | 3A | 15 |
| Octal | 64 | 124 | 26 | 46 | 0 | 112 | 103 | 133 | 72 | 25 |
| Binary | 110100 | 1010100 | 10110 | 100110 | 0 | 1001010 | 1000011 | 1011011 | 111010 | 10101 |
Color Harmonies of #345416
Complementary color
Monochromatic Colors of #345416
Black with #345416
Text Example
Text Example
White with #345416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345416; }
p { color: rgb(52,84,22); }
H1.HeaderClassName
{
color: #345416;
}
.AnyTagClassName
{
color: #345416;
}
</style>
background-color css
<style>
a { background-color: #345416; }
a { background-color: rgb(52,84,22); }
div.DivClassName
{
background-color: #345416;
}
.BgClassName
{
background-color: #345416;
}
</style>
border-color css
<style>
span { border-color: #345416; }
span { border-color: rgb(52,84,22); }
td.TdClassName
{
border-color: #345416;
}
.TagClassName
{
border-color: #345416;
}
</style>