Shades of Seaweed #345315
Tints of Seaweed #345315
RGB
CMYK
RGB Variations
Color information
#345315 (or 0x345315) is known color: Seaweed. HEX triplet: 34, 53 and 15. RGB value is (52,83,21). Sum of RGB (Red+Green+Blue) = 52+83+21=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #345315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345315 is #CBACEA. Grayscale: #424242. Windows color (decimal): -13348075 or 1397556. OLE color: 1397556.
HSL color Cylindrical-coordinate representation of color #345315: hue angle of 90º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345315 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 83 | 21 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.67 |
| HSL | 90º | 0.6% | 0.2% | - |
| HSV(B) | 90º | 0.75% | 0.33% | - |
| XYZ | 4.64 | 6.97 | 1.81 | - |
| YUV | 66.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 21 | 0.37 | 0 | 0.75 | 0.67 | 90 | 0.6 | 0.2 |
| Hex | 34 | 53 | 15 | 25 | 0 | 4B | 43 | 5A | 3C | 14 |
| Octal | 64 | 123 | 25 | 45 | 0 | 113 | 103 | 132 | 74 | 24 |
| Binary | 110100 | 1010011 | 10101 | 100101 | 0 | 1001011 | 1000011 | 1011010 | 111100 | 10100 |
Color Harmonies of #345315
Complementary color
Monochromatic Colors of #345315
Black with #345315
Text Example
Text Example
White with #345315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345315; }
p { color: rgb(52,83,21); }
H1.HeaderClassName
{
color: #345315;
}
.AnyTagClassName
{
color: #345315;
}
</style>
background-color css
<style>
a { background-color: #345315; }
a { background-color: rgb(52,83,21); }
div.DivClassName
{
background-color: #345315;
}
.BgClassName
{
background-color: #345315;
}
</style>
border-color css
<style>
span { border-color: #345315; }
span { border-color: rgb(52,83,21); }
td.TdClassName
{
border-color: #345315;
}
.TagClassName
{
border-color: #345315;
}
</style>