Shades of Seaweed #345612
Tints of Seaweed #345612
RGB
CMYK
RGB Variations
Color information
#345612 (or 0x345612) is known color: Seaweed. HEX triplet: 34, 56 and 12. RGB value is (52,86,18). Sum of RGB (Red+Green+Blue) = 52+86+18=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #345612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345612 is #CBA9ED. Grayscale: #444444. Windows color (decimal): -13347310 or 1201716. OLE color: 1201716.
HSL color Cylindrical-coordinate representation of color #345612: hue angle of 90º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345612 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 86 | 18 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.66 |
| HSL | 90º | 0.65% | 0.2% | - |
| HSV(B) | 90º | 0.79% | 0.34% | - |
| XYZ | 4.85 | 7.43 | 1.75 | - |
| YUV | 68.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 18 | 0.40 | 0 | 0.79 | 0.66 | 90 | 0.65 | 0.2 |
| Hex | 34 | 56 | 12 | 28 | 0 | 4F | 42 | 5A | 41 | 14 |
| Octal | 64 | 126 | 22 | 50 | 0 | 117 | 102 | 132 | 101 | 24 |
| Binary | 110100 | 1010110 | 10010 | 101000 | 0 | 1001111 | 1000010 | 1011010 | 1000001 | 10100 |
Color Harmonies of #345612
Complementary color
Monochromatic Colors of #345612
Black with #345612
Text Example
Text Example
White with #345612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345612; }
p { color: rgb(52,86,18); }
H1.HeaderClassName
{
color: #345612;
}
.AnyTagClassName
{
color: #345612;
}
</style>
background-color css
<style>
a { background-color: #345612; }
a { background-color: rgb(52,86,18); }
div.DivClassName
{
background-color: #345612;
}
.BgClassName
{
background-color: #345612;
}
</style>
border-color css
<style>
span { border-color: #345612; }
span { border-color: rgb(52,86,18); }
td.TdClassName
{
border-color: #345612;
}
.TagClassName
{
border-color: #345612;
}
</style>