Shades of Seaweed #345116
Tints of Seaweed #345116
RGB
CMYK
RGB Variations
Color information
#345116 (or 0x345116) is known color: Seaweed. HEX triplet: 34, 51 and 16. RGB value is (52,81,22). Sum of RGB (Red+Green+Blue) = 52+81+22=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #345116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345116 is #CBAEE9. Grayscale: #414141. Windows color (decimal): -13348586 or 1462580. OLE color: 1462580.
HSL color Cylindrical-coordinate representation of color #345116: hue angle of 89.49º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #345116 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 22 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.68 |
| HSL | 89.49º | 0.57% | 0.2% | - |
| HSV(B) | 89.49º | 0.73% | 0.32% | - |
| XYZ | 4.5 | 6.67 | 1.81 | - |
| YUV | 65.6 | 103.39 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 22 | 0.36 | 0 | 0.73 | 0.68 | 89.49 | 0.57 | 0.2 |
| Hex | 34 | 51 | 16 | 24 | 0 | 49 | 44 | 59 | 39 | 14 |
| Octal | 64 | 121 | 26 | 44 | 0 | 111 | 104 | 131 | 71 | 24 |
| Binary | 110100 | 1010001 | 10110 | 100100 | 0 | 1001001 | 1000100 | 1011001 | 111001 | 10100 |
Color Harmonies of #345116
Complementary color
Monochromatic Colors of #345116
Black with #345116
Text Example
Text Example
White with #345116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345116; }
p { color: rgb(52,81,22); }
H1.HeaderClassName
{
color: #345116;
}
.AnyTagClassName
{
color: #345116;
}
</style>
background-color css
<style>
a { background-color: #345116; }
a { background-color: rgb(52,81,22); }
div.DivClassName
{
background-color: #345116;
}
.BgClassName
{
background-color: #345116;
}
</style>
border-color css
<style>
span { border-color: #345116; }
span { border-color: rgb(52,81,22); }
td.TdClassName
{
border-color: #345116;
}
.TagClassName
{
border-color: #345116;
}
</style>