Shades of Seaweed #344C1B
Tints of Seaweed #344C1B
RGB
CMYK
RGB Variations
Color information
#344C1B (or 0x344C1B) is known color: Seaweed. HEX triplet: 34, 4C and 1B. RGB value is (52,76,27). Sum of RGB (Red+Green+Blue) = 52+76+27=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #344C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C1B is #CBB3E4. Grayscale: #3F3F3F. Windows color (decimal): -13349861 or 1788980. OLE color: 1788980.
HSL color Cylindrical-coordinate representation of color #344C1B: hue angle of 89.39º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #344C1B is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 76 | 27 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.70 |
| HSL | 89.39º | 0.48% | 0.2% | - |
| HSV(B) | 89.39º | 0.64% | 0.3% | - |
| XYZ | 4.2 | 5.98 | 1.97 | - |
| YUV | 63.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 27 | 0.32 | 0 | 0.64 | 0.70 | 89.39 | 0.48 | 0.2 |
| Hex | 34 | 4C | 1B | 20 | 0 | 40 | 46 | 59 | 30 | 14 |
| Octal | 64 | 114 | 33 | 40 | 0 | 100 | 106 | 131 | 60 | 24 |
| Binary | 110100 | 1001100 | 11011 | 100000 | 0 | 1000000 | 1000110 | 1011001 | 110000 | 10100 |
Color Harmonies of #344C1B
Complementary color
Monochromatic Colors of #344C1B
Black with #344C1B
Text Example
Text Example
White with #344C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C1B; }
p { color: rgb(52,76,27); }
H1.HeaderClassName
{
color: #344C1B;
}
.AnyTagClassName
{
color: #344C1B;
}
</style>
background-color css
<style>
a { background-color: #344C1B; }
a { background-color: rgb(52,76,27); }
div.DivClassName
{
background-color: #344C1B;
}
.BgClassName
{
background-color: #344C1B;
}
</style>
border-color css
<style>
span { border-color: #344C1B; }
span { border-color: rgb(52,76,27); }
td.TdClassName
{
border-color: #344C1B;
}
.TagClassName
{
border-color: #344C1B;
}
</style>