Shades of Seaweed #344127
Tints of Seaweed #344127
RGB
CMYK
RGB Variations
Color information
#344127 (or 0x344127) is known color: Seaweed. HEX triplet: 34, 41 and 27. RGB value is (52,65,39). Sum of RGB (Red+Green+Blue) = 52+65+39=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #344127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344127 is #CBBED8. Grayscale: #3A3A3A. Windows color (decimal): -13352665 or 2572596. OLE color: 2572596.
HSL color Cylindrical-coordinate representation of color #344127: hue angle of 90º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344127 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 39 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.75 |
| HSL | 90º | 0.25% | 0.2% | - |
| HSV(B) | 90º | 0.4% | 0.25% | - |
| XYZ | 3.67 | 4.66 | 2.62 | - |
| YUV | 58.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 39 | 0.20 | 0 | 0.40 | 0.75 | 90 | 0.25 | 0.2 |
| Hex | 34 | 41 | 27 | 14 | 0 | 28 | 4B | 5A | 19 | 14 |
| Octal | 64 | 101 | 47 | 24 | 0 | 50 | 113 | 132 | 31 | 24 |
| Binary | 110100 | 1000001 | 100111 | 10100 | 0 | 101000 | 1001011 | 1011010 | 11001 | 10100 |
Color Harmonies of #344127
Complementary color
Monochromatic Colors of #344127
Black with #344127
Text Example
Text Example
White with #344127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344127; }
p { color: rgb(52,65,39); }
H1.HeaderClassName
{
color: #344127;
}
.AnyTagClassName
{
color: #344127;
}
</style>
background-color css
<style>
a { background-color: #344127; }
a { background-color: rgb(52,65,39); }
div.DivClassName
{
background-color: #344127;
}
.BgClassName
{
background-color: #344127;
}
</style>
border-color css
<style>
span { border-color: #344127; }
span { border-color: rgb(52,65,39); }
td.TdClassName
{
border-color: #344127;
}
.TagClassName
{
border-color: #344127;
}
</style>