Shades of Seaweed #344425
Tints of Seaweed #344425
RGB
CMYK
RGB Variations
Color information
#344425 (or 0x344425) is known color: Seaweed. HEX triplet: 34, 44 and 25. RGB value is (52,68,37). Sum of RGB (Red+Green+Blue) = 52+68+37=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #344425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344425 is #CBBBDA. Grayscale: #3B3B3B. Windows color (decimal): -13351899 or 2442292. OLE color: 2442292.
HSL color Cylindrical-coordinate representation of color #344425: hue angle of 90.97º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344425 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 68 | 37 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.73 |
| HSL | 90.97º | 0.3% | 0.21% | - |
| HSV(B) | 90.97º | 0.46% | 0.27% | - |
| XYZ | 3.82 | 5 | 2.51 | - |
| YUV | 59.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 37 | 0.24 | 0 | 0.46 | 0.73 | 90.97 | 0.3 | 0.21 |
| Hex | 34 | 44 | 25 | 18 | 0 | 2E | 49 | 5B | 1E | 15 |
| Octal | 64 | 104 | 45 | 30 | 0 | 56 | 111 | 133 | 36 | 25 |
| Binary | 110100 | 1000100 | 100101 | 11000 | 0 | 101110 | 1001001 | 1011011 | 11110 | 10101 |
Color Harmonies of #344425
Complementary color
Monochromatic Colors of #344425
Black with #344425
Text Example
Text Example
White with #344425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344425; }
p { color: rgb(52,68,37); }
H1.HeaderClassName
{
color: #344425;
}
.AnyTagClassName
{
color: #344425;
}
</style>
background-color css
<style>
a { background-color: #344425; }
a { background-color: rgb(52,68,37); }
div.DivClassName
{
background-color: #344425;
}
.BgClassName
{
background-color: #344425;
}
</style>
border-color css
<style>
span { border-color: #344425; }
span { border-color: rgb(52,68,37); }
td.TdClassName
{
border-color: #344425;
}
.TagClassName
{
border-color: #344425;
}
</style>