Shades of Seaweed #344226
Tints of Seaweed #344226
RGB
CMYK
RGB Variations
Color information
#344226 (or 0x344226) is known color: Seaweed. HEX triplet: 34, 42 and 26. RGB value is (52,66,38). Sum of RGB (Red+Green+Blue) = 52+66+38=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #344226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344226 is #CBBDD9. Grayscale: #3A3A3A. Windows color (decimal): -13352410 or 2507316. OLE color: 2507316.
HSL color Cylindrical-coordinate representation of color #344226: hue angle of 90º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344226 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 38 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.74 |
| HSL | 90º | 0.27% | 0.2% | - |
| HSV(B) | 90º | 0.42% | 0.26% | - |
| XYZ | 3.71 | 4.77 | 2.56 | - |
| YUV | 58.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 38 | 0.21 | 0 | 0.42 | 0.74 | 90 | 0.27 | 0.2 |
| Hex | 34 | 42 | 26 | 15 | 0 | 2A | 4A | 5A | 1B | 14 |
| Octal | 64 | 102 | 46 | 25 | 0 | 52 | 112 | 132 | 33 | 24 |
| Binary | 110100 | 1000010 | 100110 | 10101 | 0 | 101010 | 1001010 | 1011010 | 11011 | 10100 |
Color Harmonies of #344226
Complementary color
Monochromatic Colors of #344226
Black with #344226
Text Example
Text Example
White with #344226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344226; }
p { color: rgb(52,66,38); }
H1.HeaderClassName
{
color: #344226;
}
.AnyTagClassName
{
color: #344226;
}
</style>
background-color css
<style>
a { background-color: #344226; }
a { background-color: rgb(52,66,38); }
div.DivClassName
{
background-color: #344226;
}
.BgClassName
{
background-color: #344226;
}
</style>
border-color css
<style>
span { border-color: #344226; }
span { border-color: rgb(52,66,38); }
td.TdClassName
{
border-color: #344226;
}
.TagClassName
{
border-color: #344226;
}
</style>