Shades of Seaweed #345613
Tints of Seaweed #345613
RGB
CMYK
RGB Variations
Color information
#345613 (or 0x345613) is known color: Seaweed. HEX triplet: 34, 56 and 13. RGB value is (52,86,19). Sum of RGB (Red+Green+Blue) = 52+86+19=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #345613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345613 is #CBA9EC. Grayscale: #444444. Windows color (decimal): -13347309 or 1267252. OLE color: 1267252.
HSL color Cylindrical-coordinate representation of color #345613: hue angle of 90.45º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345613 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 86 | 19 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.66 |
| HSL | 90.45º | 0.64% | 0.21% | - |
| HSV(B) | 90.45º | 0.78% | 0.34% | - |
| XYZ | 4.86 | 7.43 | 1.79 | - |
| YUV | 68.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 19 | 0.40 | 0 | 0.78 | 0.66 | 90.45 | 0.64 | 0.21 |
| Hex | 34 | 56 | 13 | 28 | 0 | 4E | 42 | 5A | 40 | 15 |
| Octal | 64 | 126 | 23 | 50 | 0 | 116 | 102 | 132 | 100 | 25 |
| Binary | 110100 | 1010110 | 10011 | 101000 | 0 | 1001110 | 1000010 | 1011010 | 1000000 | 10101 |
Color Harmonies of #345613
Complementary color
Monochromatic Colors of #345613
Black with #345613
Text Example
Text Example
White with #345613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345613; }
p { color: rgb(52,86,19); }
H1.HeaderClassName
{
color: #345613;
}
.AnyTagClassName
{
color: #345613;
}
</style>
background-color css
<style>
a { background-color: #345613; }
a { background-color: rgb(52,86,19); }
div.DivClassName
{
background-color: #345613;
}
.BgClassName
{
background-color: #345613;
}
</style>
border-color css
<style>
span { border-color: #345613; }
span { border-color: rgb(52,86,19); }
td.TdClassName
{
border-color: #345613;
}
.TagClassName
{
border-color: #345613;
}
</style>