Shades of Seaweed #345217
Tints of Seaweed #345217
RGB
CMYK
RGB Variations
Color information
#345217 (or 0x345217) is known color: Seaweed. HEX triplet: 34, 52 and 17. RGB value is (52,82,23). Sum of RGB (Red+Green+Blue) = 52+82+23=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #345217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345217 is #CBADE8. Grayscale: #424242. Windows color (decimal): -13348329 or 1528372. OLE color: 1528372.
HSL color Cylindrical-coordinate representation of color #345217: hue angle of 90.51º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #345217 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 82 | 23 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.68 |
| HSL | 90.51º | 0.56% | 0.21% | - |
| HSV(B) | 90.51º | 0.72% | 0.32% | - |
| XYZ | 4.59 | 6.83 | 1.89 | - |
| YUV | 66.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 23 | 0.37 | 0 | 0.72 | 0.68 | 90.51 | 0.56 | 0.21 |
| Hex | 34 | 52 | 17 | 25 | 0 | 48 | 44 | 5B | 38 | 15 |
| Octal | 64 | 122 | 27 | 45 | 0 | 110 | 104 | 133 | 70 | 25 |
| Binary | 110100 | 1010010 | 10111 | 100101 | 0 | 1001000 | 1000100 | 1011011 | 111000 | 10101 |
Color Harmonies of #345217
Complementary color
Monochromatic Colors of #345217
Black with #345217
Text Example
Text Example
White with #345217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345217; }
p { color: rgb(52,82,23); }
H1.HeaderClassName
{
color: #345217;
}
.AnyTagClassName
{
color: #345217;
}
</style>
background-color css
<style>
a { background-color: #345217; }
a { background-color: rgb(52,82,23); }
div.DivClassName
{
background-color: #345217;
}
.BgClassName
{
background-color: #345217;
}
</style>
border-color css
<style>
span { border-color: #345217; }
span { border-color: rgb(52,82,23); }
td.TdClassName
{
border-color: #345217;
}
.TagClassName
{
border-color: #345217;
}
</style>