Shades of Seaweed #345516
Tints of Seaweed #345516
RGB
CMYK
RGB Variations
Color information
#345516 (or 0x345516) is known color: Seaweed. HEX triplet: 34, 55 and 16. RGB value is (52,85,22). Sum of RGB (Red+Green+Blue) = 52+85+22=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #345516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345516 is #CBAAE9. Grayscale: #444444. Windows color (decimal): -13347562 or 1463604. OLE color: 1463604.
HSL color Cylindrical-coordinate representation of color #345516: hue angle of 91.43º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345516 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 85 | 22 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.67 |
| HSL | 91.43º | 0.59% | 0.21% | - |
| HSV(B) | 91.43º | 0.74% | 0.33% | - |
| XYZ | 4.81 | 7.28 | 1.91 | - |
| YUV | 67.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 22 | 0.39 | 0 | 0.74 | 0.67 | 91.43 | 0.59 | 0.21 |
| Hex | 34 | 55 | 16 | 27 | 0 | 4A | 43 | 5B | 3B | 15 |
| Octal | 64 | 125 | 26 | 47 | 0 | 112 | 103 | 133 | 73 | 25 |
| Binary | 110100 | 1010101 | 10110 | 100111 | 0 | 1001010 | 1000011 | 1011011 | 111011 | 10101 |
Color Harmonies of #345516
Complementary color
Monochromatic Colors of #345516
Black with #345516
Text Example
Text Example
White with #345516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345516; }
p { color: rgb(52,85,22); }
H1.HeaderClassName
{
color: #345516;
}
.AnyTagClassName
{
color: #345516;
}
</style>
background-color css
<style>
a { background-color: #345516; }
a { background-color: rgb(52,85,22); }
div.DivClassName
{
background-color: #345516;
}
.BgClassName
{
background-color: #345516;
}
</style>
border-color css
<style>
span { border-color: #345516; }
span { border-color: rgb(52,85,22); }
td.TdClassName
{
border-color: #345516;
}
.TagClassName
{
border-color: #345516;
}
</style>