Shades of Seaweed #345A15
Tints of Seaweed #345A15
RGB
CMYK
RGB Variations
Color information
#345A15 (or 0x345A15) is known color: Seaweed. HEX triplet: 34, 5A and 15. RGB value is (52,90,21). Sum of RGB (Red+Green+Blue) = 52+90+21=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #345A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345A15 is #CBA5EA. Grayscale: #474747. Windows color (decimal): -13346283 or 1399348. OLE color: 1399348.
HSL color Cylindrical-coordinate representation of color #345A15: hue angle of 93.04º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345A15 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 90 | 21 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.65 |
| HSL | 93.04º | 0.62% | 0.22% | - |
| HSV(B) | 93.04º | 0.77% | 0.35% | - |
| XYZ | 5.21 | 8.1 | 2 | - |
| YUV | 70.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 21 | 0.42 | 0 | 0.77 | 0.65 | 93.04 | 0.62 | 0.22 |
| Hex | 34 | 5A | 15 | 2A | 0 | 4D | 41 | 5D | 3E | 16 |
| Octal | 64 | 132 | 25 | 52 | 0 | 115 | 101 | 135 | 76 | 26 |
| Binary | 110100 | 1011010 | 10101 | 101010 | 0 | 1001101 | 1000001 | 1011101 | 111110 | 10110 |
Color Harmonies of #345A15
Complementary color
Monochromatic Colors of #345A15
Black with #345A15
Text Example
Text Example
White with #345A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A15; }
p { color: rgb(52,90,21); }
H1.HeaderClassName
{
color: #345A15;
}
.AnyTagClassName
{
color: #345A15;
}
</style>
background-color css
<style>
a { background-color: #345A15; }
a { background-color: rgb(52,90,21); }
div.DivClassName
{
background-color: #345A15;
}
.BgClassName
{
background-color: #345A15;
}
</style>
border-color css
<style>
span { border-color: #345A15; }
span { border-color: rgb(52,90,21); }
td.TdClassName
{
border-color: #345A15;
}
.TagClassName
{
border-color: #345A15;
}
</style>