Shades of Seaweed #344128
Tints of Seaweed #344128
RGB
CMYK
RGB Variations
Color information
#344128 (or 0x344128) is known color: Seaweed. HEX triplet: 34, 41 and 28. RGB value is (52,65,40). Sum of RGB (Red+Green+Blue) = 52+65+40=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #344128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344128 is #CBBED7. Grayscale: #3A3A3A. Windows color (decimal): -13352664 or 2638132. OLE color: 2638132.
HSL color Cylindrical-coordinate representation of color #344128: hue angle of 91.2º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344128 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 40 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.75 |
| HSL | 91.2º | 0.24% | 0.21% | - |
| HSV(B) | 91.2º | 0.38% | 0.25% | - |
| XYZ | 3.69 | 4.66 | 2.71 | - |
| YUV | 58.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 40 | 0.20 | 0 | 0.38 | 0.75 | 91.2 | 0.24 | 0.21 |
| Hex | 34 | 41 | 28 | 14 | 0 | 26 | 4B | 5B | 18 | 15 |
| Octal | 64 | 101 | 50 | 24 | 0 | 46 | 113 | 133 | 30 | 25 |
| Binary | 110100 | 1000001 | 101000 | 10100 | 0 | 100110 | 1001011 | 1011011 | 11000 | 10101 |
Color Harmonies of #344128
Complementary color
Monochromatic Colors of #344128
Black with #344128
Text Example
Text Example
White with #344128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344128; }
p { color: rgb(52,65,40); }
H1.HeaderClassName
{
color: #344128;
}
.AnyTagClassName
{
color: #344128;
}
</style>
background-color css
<style>
a { background-color: #344128; }
a { background-color: rgb(52,65,40); }
div.DivClassName
{
background-color: #344128;
}
.BgClassName
{
background-color: #344128;
}
</style>
border-color css
<style>
span { border-color: #344128; }
span { border-color: rgb(52,65,40); }
td.TdClassName
{
border-color: #344128;
}
.TagClassName
{
border-color: #344128;
}
</style>