Shades of Seaweed #345515
Tints of Seaweed #345515
RGB
CMYK
RGB Variations
Color information
#345515 (or 0x345515) is known color: Seaweed. HEX triplet: 34, 55 and 15. RGB value is (52,85,21). Sum of RGB (Red+Green+Blue) = 52+85+21=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #345515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345515 is #CBAAEA. Grayscale: #444444. Windows color (decimal): -13347563 or 1398068. OLE color: 1398068.
HSL color Cylindrical-coordinate representation of color #345515: hue angle of 90.94º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345515 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 85 | 21 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.67 |
| HSL | 90.94º | 0.6% | 0.21% | - |
| HSV(B) | 90.94º | 0.75% | 0.33% | - |
| XYZ | 4.8 | 7.28 | 1.86 | - |
| YUV | 67.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 21 | 0.39 | 0 | 0.75 | 0.67 | 90.94 | 0.6 | 0.21 |
| Hex | 34 | 55 | 15 | 27 | 0 | 4B | 43 | 5B | 3C | 15 |
| Octal | 64 | 125 | 25 | 47 | 0 | 113 | 103 | 133 | 74 | 25 |
| Binary | 110100 | 1010101 | 10101 | 100111 | 0 | 1001011 | 1000011 | 1011011 | 111100 | 10101 |
Color Harmonies of #345515
Complementary color
Monochromatic Colors of #345515
Black with #345515
Text Example
Text Example
White with #345515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345515; }
p { color: rgb(52,85,21); }
H1.HeaderClassName
{
color: #345515;
}
.AnyTagClassName
{
color: #345515;
}
</style>
background-color css
<style>
a { background-color: #345515; }
a { background-color: rgb(52,85,21); }
div.DivClassName
{
background-color: #345515;
}
.BgClassName
{
background-color: #345515;
}
</style>
border-color css
<style>
span { border-color: #345515; }
span { border-color: rgb(52,85,21); }
td.TdClassName
{
border-color: #345515;
}
.TagClassName
{
border-color: #345515;
}
</style>