Shades of Seaweed #345717
Tints of Seaweed #345717
RGB
CMYK
RGB Variations
Color information
#345717 (or 0x345717) is known color: Seaweed. HEX triplet: 34, 57 and 17. RGB value is (52,87,23). Sum of RGB (Red+Green+Blue) = 52+87+23=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #345717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345717 is #CBA8E8. Grayscale: #454545. Windows color (decimal): -13347049 or 1529652. OLE color: 1529652.
HSL color Cylindrical-coordinate representation of color #345717: hue angle of 92.81º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345717 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 87 | 23 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.66 |
| HSL | 92.81º | 0.58% | 0.22% | - |
| HSV(B) | 92.81º | 0.74% | 0.34% | - |
| XYZ | 4.98 | 7.61 | 2.02 | - |
| YUV | 69.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 23 | 0.40 | 0 | 0.74 | 0.66 | 92.81 | 0.58 | 0.22 |
| Hex | 34 | 57 | 17 | 28 | 0 | 4A | 42 | 5D | 3A | 16 |
| Octal | 64 | 127 | 27 | 50 | 0 | 112 | 102 | 135 | 72 | 26 |
| Binary | 110100 | 1010111 | 10111 | 101000 | 0 | 1001010 | 1000010 | 1011101 | 111010 | 10110 |
Color Harmonies of #345717
Complementary color
Monochromatic Colors of #345717
Black with #345717
Text Example
Text Example
White with #345717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345717; }
p { color: rgb(52,87,23); }
H1.HeaderClassName
{
color: #345717;
}
.AnyTagClassName
{
color: #345717;
}
</style>
background-color css
<style>
a { background-color: #345717; }
a { background-color: rgb(52,87,23); }
div.DivClassName
{
background-color: #345717;
}
.BgClassName
{
background-color: #345717;
}
</style>
border-color css
<style>
span { border-color: #345717; }
span { border-color: rgb(52,87,23); }
td.TdClassName
{
border-color: #345717;
}
.TagClassName
{
border-color: #345717;
}
</style>