Shades of Seaweed #345816
Tints of Seaweed #345816
RGB
CMYK
RGB Variations
Color information
#345816 (or 0x345816) is known color: Seaweed. HEX triplet: 34, 58 and 16. RGB value is (52,88,22). Sum of RGB (Red+Green+Blue) = 52+88+22=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #345816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345816 is #CBA7E9. Grayscale: #454545. Windows color (decimal): -13346794 or 1464372. OLE color: 1464372.
HSL color Cylindrical-coordinate representation of color #345816: hue angle of 92.73º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345816 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 88 | 22 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.65 |
| HSL | 92.73º | 0.6% | 0.22% | - |
| HSV(B) | 92.73º | 0.75% | 0.35% | - |
| XYZ | 5.05 | 7.77 | 1.99 | - |
| YUV | 69.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 22 | 0.41 | 0 | 0.75 | 0.65 | 92.73 | 0.6 | 0.22 |
| Hex | 34 | 58 | 16 | 29 | 0 | 4B | 41 | 5D | 3C | 16 |
| Octal | 64 | 130 | 26 | 51 | 0 | 113 | 101 | 135 | 74 | 26 |
| Binary | 110100 | 1011000 | 10110 | 101001 | 0 | 1001011 | 1000001 | 1011101 | 111100 | 10110 |
Color Harmonies of #345816
Complementary color
Monochromatic Colors of #345816
Black with #345816
Text Example
Text Example
White with #345816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345816; }
p { color: rgb(52,88,22); }
H1.HeaderClassName
{
color: #345816;
}
.AnyTagClassName
{
color: #345816;
}
</style>
background-color css
<style>
a { background-color: #345816; }
a { background-color: rgb(52,88,22); }
div.DivClassName
{
background-color: #345816;
}
.BgClassName
{
background-color: #345816;
}
</style>
border-color css
<style>
span { border-color: #345816; }
span { border-color: rgb(52,88,22); }
td.TdClassName
{
border-color: #345816;
}
.TagClassName
{
border-color: #345816;
}
</style>