Shades of Seaweed #345113
Tints of Seaweed #345113
RGB
CMYK
RGB Variations
Color information
#345113 (or 0x345113) is known color: Seaweed. HEX triplet: 34, 51 and 13. RGB value is (52,81,19). Sum of RGB (Red+Green+Blue) = 52+81+19=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #345113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345113 is #CBAEEC. Grayscale: #414141. Windows color (decimal): -13348589 or 1265972. OLE color: 1265972.
HSL color Cylindrical-coordinate representation of color #345113: hue angle of 88.06º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345113 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 19 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.68 |
| HSL | 88.06º | 0.62% | 0.2% | - |
| HSV(B) | 88.06º | 0.77% | 0.32% | - |
| XYZ | 4.48 | 6.66 | 1.67 | - |
| YUV | 65.26 | 101.89 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 19 | 0.36 | 0 | 0.77 | 0.68 | 88.06 | 0.62 | 0.2 |
| Hex | 34 | 51 | 13 | 24 | 0 | 4D | 44 | 58 | 3E | 14 |
| Octal | 64 | 121 | 23 | 44 | 0 | 115 | 104 | 130 | 76 | 24 |
| Binary | 110100 | 1010001 | 10011 | 100100 | 0 | 1001101 | 1000100 | 1011000 | 111110 | 10100 |
Color Harmonies of #345113
Complementary color
Monochromatic Colors of #345113
Black with #345113
Text Example
Text Example
White with #345113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345113; }
p { color: rgb(52,81,19); }
H1.HeaderClassName
{
color: #345113;
}
.AnyTagClassName
{
color: #345113;
}
</style>
background-color css
<style>
a { background-color: #345113; }
a { background-color: rgb(52,81,19); }
div.DivClassName
{
background-color: #345113;
}
.BgClassName
{
background-color: #345113;
}
</style>
border-color css
<style>
span { border-color: #345113; }
span { border-color: rgb(52,81,19); }
td.TdClassName
{
border-color: #345113;
}
.TagClassName
{
border-color: #345113;
}
</style>