Shades of Seaweed #345314
Tints of Seaweed #345314
RGB
CMYK
RGB Variations
Color information
#345314 (or 0x345314) is known color: Seaweed. HEX triplet: 34, 53 and 14. RGB value is (52,83,20). Sum of RGB (Red+Green+Blue) = 52+83+20=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #345314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345314 is #CBACEB. Grayscale: #424242. Windows color (decimal): -13348076 or 1332020. OLE color: 1332020.
HSL color Cylindrical-coordinate representation of color #345314: hue angle of 89.52º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #345314 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 83 | 20 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.67 |
| HSL | 89.52º | 0.61% | 0.2% | - |
| HSV(B) | 89.52º | 0.76% | 0.33% | - |
| XYZ | 4.64 | 6.97 | 1.76 | - |
| YUV | 66.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 20 | 0.37 | 0 | 0.76 | 0.67 | 89.52 | 0.61 | 0.2 |
| Hex | 34 | 53 | 14 | 25 | 0 | 4C | 43 | 5A | 3D | 14 |
| Octal | 64 | 123 | 24 | 45 | 0 | 114 | 103 | 132 | 75 | 24 |
| Binary | 110100 | 1010011 | 10100 | 100101 | 0 | 1001100 | 1000011 | 1011010 | 111101 | 10100 |
Color Harmonies of #345314
Complementary color
Monochromatic Colors of #345314
Black with #345314
Text Example
Text Example
White with #345314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345314; }
p { color: rgb(52,83,20); }
H1.HeaderClassName
{
color: #345314;
}
.AnyTagClassName
{
color: #345314;
}
</style>
background-color css
<style>
a { background-color: #345314; }
a { background-color: rgb(52,83,20); }
div.DivClassName
{
background-color: #345314;
}
.BgClassName
{
background-color: #345314;
}
</style>
border-color css
<style>
span { border-color: #345314; }
span { border-color: rgb(52,83,20); }
td.TdClassName
{
border-color: #345314;
}
.TagClassName
{
border-color: #345314;
}
</style>