Shades of Seaweed #345C13
Tints of Seaweed #345C13
RGB
CMYK
RGB Variations
Color information
#345C13 (or 0x345C13) is known color: Seaweed. HEX triplet: 34, 5C and 13. RGB value is (52,92,19). Sum of RGB (Red+Green+Blue) = 52+92+19=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 92 (36.33% from 255 or 56.44% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 92 - color contains mainly: green. Hex color #345C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345C13 is #CBA3EC. Grayscale: #474747. Windows color (decimal): -13345773 or 1268788. OLE color: 1268788.
HSL color Cylindrical-coordinate representation of color #345C13: hue angle of 92.88º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345C13 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 92 | 19 | - |
| CMYK | 0.43 | 0 | 0.79 | 0.64 |
| HSL | 92.88º | 0.66% | 0.22% | - |
| HSV(B) | 92.88º | 0.79% | 0.36% | - |
| XYZ | 5.36 | 8.43 | 1.96 | - |
| YUV | 71.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 19 | 0.43 | 0 | 0.79 | 0.64 | 92.88 | 0.66 | 0.22 |
| Hex | 34 | 5C | 13 | 2B | 0 | 4F | 40 | 5D | 42 | 16 |
| Octal | 64 | 134 | 23 | 53 | 0 | 117 | 100 | 135 | 102 | 26 |
| Binary | 110100 | 1011100 | 10011 | 101011 | 0 | 1001111 | 1000000 | 1011101 | 1000010 | 10110 |
Color Harmonies of #345C13
Complementary color
Monochromatic Colors of #345C13
Black with #345C13
Text Example
Text Example
White with #345C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C13; }
p { color: rgb(52,92,19); }
H1.HeaderClassName
{
color: #345C13;
}
.AnyTagClassName
{
color: #345C13;
}
</style>
background-color css
<style>
a { background-color: #345C13; }
a { background-color: rgb(52,92,19); }
div.DivClassName
{
background-color: #345C13;
}
.BgClassName
{
background-color: #345C13;
}
</style>
border-color css
<style>
span { border-color: #345C13; }
span { border-color: rgb(52,92,19); }
td.TdClassName
{
border-color: #345C13;
}
.TagClassName
{
border-color: #345C13;
}
</style>