Shades of Seaweed #344F15
Tints of Seaweed #344F15
RGB
CMYK
RGB Variations
Color information
#344F15 (or 0x344F15) is known color: Seaweed. HEX triplet: 34, 4F and 15. RGB value is (52,79,21). Sum of RGB (Red+Green+Blue) = 52+79+21=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 79 (31.25% from 255 or 51.97% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 79 - color contains mainly: green. Hex color #344F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344F15 is #CBB0EA. Grayscale: #404040. Windows color (decimal): -13349099 or 1396532. OLE color: 1396532.
HSL color Cylindrical-coordinate representation of color #344F15: hue angle of 87.93º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #344F15 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 79 | 21 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.69 |
| HSL | 87.93º | 0.58% | 0.2% | - |
| HSV(B) | 87.93º | 0.73% | 0.31% | - |
| XYZ | 4.35 | 6.38 | 1.71 | - |
| YUV | 64.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 21 | 0.34 | 0 | 0.73 | 0.69 | 87.93 | 0.58 | 0.2 |
| Hex | 34 | 4F | 15 | 22 | 0 | 49 | 45 | 58 | 3A | 14 |
| Octal | 64 | 117 | 25 | 42 | 0 | 111 | 105 | 130 | 72 | 24 |
| Binary | 110100 | 1001111 | 10101 | 100010 | 0 | 1001001 | 1000101 | 1011000 | 111010 | 10100 |
Color Harmonies of #344F15
Complementary color
Monochromatic Colors of #344F15
Black with #344F15
Text Example
Text Example
White with #344F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F15; }
p { color: rgb(52,79,21); }
H1.HeaderClassName
{
color: #344F15;
}
.AnyTagClassName
{
color: #344F15;
}
</style>
background-color css
<style>
a { background-color: #344F15; }
a { background-color: rgb(52,79,21); }
div.DivClassName
{
background-color: #344F15;
}
.BgClassName
{
background-color: #344F15;
}
</style>
border-color css
<style>
span { border-color: #344F15; }
span { border-color: rgb(52,79,21); }
td.TdClassName
{
border-color: #344F15;
}
.TagClassName
{
border-color: #344F15;
}
</style>