Shades of Seaweed #345017
Tints of Seaweed #345017
RGB
CMYK
RGB Variations
Color information
#345017 (or 0x345017) is known color: Seaweed. HEX triplet: 34, 50 and 17. RGB value is (52,80,23). Sum of RGB (Red+Green+Blue) = 52+80+23=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #345017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345017 is #CBAFE8. Grayscale: #414141. Windows color (decimal): -13348841 or 1527860. OLE color: 1527860.
HSL color Cylindrical-coordinate representation of color #345017: hue angle of 89.47º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #345017 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 80 | 23 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.69 |
| HSL | 89.47º | 0.55% | 0.2% | - |
| HSV(B) | 89.47º | 0.71% | 0.31% | - |
| XYZ | 4.44 | 6.53 | 1.84 | - |
| YUV | 65.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 23 | 0.35 | 0 | 0.71 | 0.69 | 89.47 | 0.55 | 0.2 |
| Hex | 34 | 50 | 17 | 23 | 0 | 47 | 45 | 59 | 37 | 14 |
| Octal | 64 | 120 | 27 | 43 | 0 | 107 | 105 | 131 | 67 | 24 |
| Binary | 110100 | 1010000 | 10111 | 100011 | 0 | 1000111 | 1000101 | 1011001 | 110111 | 10100 |
Color Harmonies of #345017
Complementary color
Monochromatic Colors of #345017
Black with #345017
Text Example
Text Example
White with #345017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345017; }
p { color: rgb(52,80,23); }
H1.HeaderClassName
{
color: #345017;
}
.AnyTagClassName
{
color: #345017;
}
</style>
background-color css
<style>
a { background-color: #345017; }
a { background-color: rgb(52,80,23); }
div.DivClassName
{
background-color: #345017;
}
.BgClassName
{
background-color: #345017;
}
</style>
border-color css
<style>
span { border-color: #345017; }
span { border-color: rgb(52,80,23); }
td.TdClassName
{
border-color: #345017;
}
.TagClassName
{
border-color: #345017;
}
</style>