Shades of Seaweed #344C1A
Tints of Seaweed #344C1A
RGB
CMYK
RGB Variations
Color information
#344C1A (or 0x344C1A) is known color: Seaweed. HEX triplet: 34, 4C and 1A. RGB value is (52,76,26). Sum of RGB (Red+Green+Blue) = 52+76+26=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #344C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C1A is #CBB3E5. Grayscale: #3F3F3F. Windows color (decimal): -13349862 or 1723444. OLE color: 1723444.
HSL color Cylindrical-coordinate representation of color #344C1A: hue angle of 88.8º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #344C1A is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 76 | 26 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.70 |
| HSL | 88.8º | 0.49% | 0.2% | - |
| HSV(B) | 88.8º | 0.66% | 0.3% | - |
| XYZ | 4.19 | 5.97 | 1.91 | - |
| YUV | 63.12 | 107.05 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 26 | 0.32 | 0 | 0.66 | 0.70 | 88.8 | 0.49 | 0.2 |
| Hex | 34 | 4C | 1A | 20 | 0 | 42 | 46 | 59 | 31 | 14 |
| Octal | 64 | 114 | 32 | 40 | 0 | 102 | 106 | 131 | 61 | 24 |
| Binary | 110100 | 1001100 | 11010 | 100000 | 0 | 1000010 | 1000110 | 1011001 | 110001 | 10100 |
Color Harmonies of #344C1A
Complementary color
Monochromatic Colors of #344C1A
Black with #344C1A
Text Example
Text Example
White with #344C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C1A; }
p { color: rgb(52,76,26); }
H1.HeaderClassName
{
color: #344C1A;
}
.AnyTagClassName
{
color: #344C1A;
}
</style>
background-color css
<style>
a { background-color: #344C1A; }
a { background-color: rgb(52,76,26); }
div.DivClassName
{
background-color: #344C1A;
}
.BgClassName
{
background-color: #344C1A;
}
</style>
border-color css
<style>
span { border-color: #344C1A; }
span { border-color: rgb(52,76,26); }
td.TdClassName
{
border-color: #344C1A;
}
.TagClassName
{
border-color: #344C1A;
}
</style>