Shades of Seaweed #344E1B
Tints of Seaweed #344E1B
RGB
CMYK
RGB Variations
Color information
#344E1B (or 0x344E1B) is known color: Seaweed. HEX triplet: 34, 4E and 1B. RGB value is (52,78,27). Sum of RGB (Red+Green+Blue) = 52+78+27=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #344E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E1B is #CBB1E4. Grayscale: #404040. Windows color (decimal): -13349349 or 1789492. OLE color: 1789492.
HSL color Cylindrical-coordinate representation of color #344E1B: hue angle of 90.59º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #344E1B is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 78 | 27 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.69 |
| HSL | 90.59º | 0.49% | 0.21% | - |
| HSV(B) | 90.59º | 0.65% | 0.31% | - |
| XYZ | 4.34 | 6.26 | 2.02 | - |
| YUV | 64.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 27 | 0.33 | 0 | 0.65 | 0.69 | 90.59 | 0.49 | 0.21 |
| Hex | 34 | 4E | 1B | 21 | 0 | 41 | 45 | 5B | 31 | 15 |
| Octal | 64 | 116 | 33 | 41 | 0 | 101 | 105 | 133 | 61 | 25 |
| Binary | 110100 | 1001110 | 11011 | 100001 | 0 | 1000001 | 1000101 | 1011011 | 110001 | 10101 |
Color Harmonies of #344E1B
Complementary color
Monochromatic Colors of #344E1B
Black with #344E1B
Text Example
Text Example
White with #344E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E1B; }
p { color: rgb(52,78,27); }
H1.HeaderClassName
{
color: #344E1B;
}
.AnyTagClassName
{
color: #344E1B;
}
</style>
background-color css
<style>
a { background-color: #344E1B; }
a { background-color: rgb(52,78,27); }
div.DivClassName
{
background-color: #344E1B;
}
.BgClassName
{
background-color: #344E1B;
}
</style>
border-color css
<style>
span { border-color: #344E1B; }
span { border-color: rgb(52,78,27); }
td.TdClassName
{
border-color: #344E1B;
}
.TagClassName
{
border-color: #344E1B;
}
</style>