Shades of Seaweed #345A12
Tints of Seaweed #345A12
RGB
CMYK
RGB Variations
Color information
#345A12 (or 0x345A12) is known color: Seaweed. HEX triplet: 34, 5A and 12. RGB value is (52,90,18). Sum of RGB (Red+Green+Blue) = 52+90+18=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #345A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345A12 is #CBA5ED. Grayscale: #464646. Windows color (decimal): -13346286 or 1202740. OLE color: 1202740.
HSL color Cylindrical-coordinate representation of color #345A12: hue angle of 91.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #345A12 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 90 | 18 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.65 |
| HSL | 91.67º | 0.67% | 0.21% | - |
| HSV(B) | 91.67º | 0.8% | 0.35% | - |
| XYZ | 5.18 | 8.09 | 1.86 | - |
| YUV | 70.43 | 98.41 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 18 | 0.42 | 0 | 0.80 | 0.65 | 91.67 | 0.67 | 0.21 |
| Hex | 34 | 5A | 12 | 2A | 0 | 50 | 41 | 5C | 43 | 15 |
| Octal | 64 | 132 | 22 | 52 | 0 | 120 | 101 | 134 | 103 | 25 |
| Binary | 110100 | 1011010 | 10010 | 101010 | 0 | 1010000 | 1000001 | 1011100 | 1000011 | 10101 |
Color Harmonies of #345A12
Complementary color
Monochromatic Colors of #345A12
Black with #345A12
Text Example
Text Example
White with #345A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A12; }
p { color: rgb(52,90,18); }
H1.HeaderClassName
{
color: #345A12;
}
.AnyTagClassName
{
color: #345A12;
}
</style>
background-color css
<style>
a { background-color: #345A12; }
a { background-color: rgb(52,90,18); }
div.DivClassName
{
background-color: #345A12;
}
.BgClassName
{
background-color: #345A12;
}
</style>
border-color css
<style>
span { border-color: #345A12; }
span { border-color: rgb(52,90,18); }
td.TdClassName
{
border-color: #345A12;
}
.TagClassName
{
border-color: #345A12;
}
</style>