Shades of Seaweed #34501E
Tints of Seaweed #34501E
RGB
CMYK
RGB Variations
Color information
#34501E (or 0x34501E) is known color: Seaweed. HEX triplet: 34, 50 and 1E. RGB value is (52,80,30). Sum of RGB (Red+Green+Blue) = 52+80+30=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #34501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34501E is #CBAFE1. Grayscale: #424242. Windows color (decimal): -13348834 or 1986612. OLE color: 1986612.
HSL color Cylindrical-coordinate representation of color #34501E: hue angle of 93.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34501E is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 80 | 30 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.69 |
| HSL | 93.6º | 0.45% | 0.22% | - |
| HSV(B) | 93.6º | 0.63% | 0.31% | - |
| XYZ | 4.52 | 6.56 | 2.26 | - |
| YUV | 65.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 30 | 0.35 | 0 | 0.62 | 0.69 | 93.6 | 0.45 | 0.22 |
| Hex | 34 | 50 | 1E | 23 | 0 | 3E | 45 | 5E | 2D | 16 |
| Octal | 64 | 120 | 36 | 43 | 0 | 76 | 105 | 136 | 55 | 26 |
| Binary | 110100 | 1010000 | 11110 | 100011 | 0 | 111110 | 1000101 | 1011110 | 101101 | 10110 |
Color Harmonies of #34501E
Complementary color
Monochromatic Colors of #34501E
Black with #34501E
Text Example
Text Example
White with #34501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34501E; }
p { color: rgb(52,80,30); }
H1.HeaderClassName
{
color: #34501E;
}
.AnyTagClassName
{
color: #34501E;
}
</style>
background-color css
<style>
a { background-color: #34501E; }
a { background-color: rgb(52,80,30); }
div.DivClassName
{
background-color: #34501E;
}
.BgClassName
{
background-color: #34501E;
}
</style>
border-color css
<style>
span { border-color: #34501E; }
span { border-color: rgb(52,80,30); }
td.TdClassName
{
border-color: #34501E;
}
.TagClassName
{
border-color: #34501E;
}
</style>