Shades of Seaweed #345514
Tints of Seaweed #345514
RGB
CMYK
RGB Variations
Color information
#345514 (or 0x345514) is known color: Seaweed. HEX triplet: 34, 55 and 14. RGB value is (52,85,20). Sum of RGB (Red+Green+Blue) = 52+85+20=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #345514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345514 is #CBAAEB. Grayscale: #434343. Windows color (decimal): -13347564 or 1332532. OLE color: 1332532.
HSL color Cylindrical-coordinate representation of color #345514: hue angle of 90.46º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345514 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 85 | 20 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.67 |
| HSL | 90.46º | 0.62% | 0.21% | - |
| HSV(B) | 90.46º | 0.76% | 0.33% | - |
| XYZ | 4.79 | 7.28 | 1.81 | - |
| YUV | 67.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 20 | 0.39 | 0 | 0.76 | 0.67 | 90.46 | 0.62 | 0.21 |
| Hex | 34 | 55 | 14 | 27 | 0 | 4C | 43 | 5A | 3E | 15 |
| Octal | 64 | 125 | 24 | 47 | 0 | 114 | 103 | 132 | 76 | 25 |
| Binary | 110100 | 1010101 | 10100 | 100111 | 0 | 1001100 | 1000011 | 1011010 | 111110 | 10101 |
Color Harmonies of #345514
Complementary color
Monochromatic Colors of #345514
Black with #345514
Text Example
Text Example
White with #345514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345514; }
p { color: rgb(52,85,20); }
H1.HeaderClassName
{
color: #345514;
}
.AnyTagClassName
{
color: #345514;
}
</style>
background-color css
<style>
a { background-color: #345514; }
a { background-color: rgb(52,85,20); }
div.DivClassName
{
background-color: #345514;
}
.BgClassName
{
background-color: #345514;
}
</style>
border-color css
<style>
span { border-color: #345514; }
span { border-color: rgb(52,85,20); }
td.TdClassName
{
border-color: #345514;
}
.TagClassName
{
border-color: #345514;
}
</style>