Shades of Seaweed #343E25
Tints of Seaweed #343E25
RGB
CMYK
RGB Variations
Color information
#343E25 (or 0x343E25) is known color: Seaweed. HEX triplet: 34, 3E and 25. RGB value is (52,62,37). Sum of RGB (Red+Green+Blue) = 52+62+37=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 62 (24.61% from 255 or 41.06% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 62 - color contains mainly: green. Hex color #343E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E25 is #CBC1DA. Grayscale: #383838. Windows color (decimal): -13353435 or 2440756. OLE color: 2440756.
HSL color Cylindrical-coordinate representation of color #343E25: hue angle of 84º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343E25 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 62 | 37 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.76 |
| HSL | 84º | 0.25% | 0.19% | - |
| HSV(B) | 84º | 0.4% | 0.24% | - |
| XYZ | 3.47 | 4.31 | 2.4 | - |
| YUV | 56.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 37 | 0.16 | 0 | 0.40 | 0.76 | 84 | 0.25 | 0.19 |
| Hex | 34 | 3E | 25 | 10 | 0 | 28 | 4C | 54 | 19 | 13 |
| Octal | 64 | 76 | 45 | 20 | 0 | 50 | 114 | 124 | 31 | 23 |
| Binary | 110100 | 111110 | 100101 | 10000 | 0 | 101000 | 1001100 | 1010100 | 11001 | 10011 |
Color Harmonies of #343E25
Complementary color
Monochromatic Colors of #343E25
Black with #343E25
Text Example
Text Example
White with #343E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E25; }
p { color: rgb(52,62,37); }
H1.HeaderClassName
{
color: #343E25;
}
.AnyTagClassName
{
color: #343E25;
}
</style>
background-color css
<style>
a { background-color: #343E25; }
a { background-color: rgb(52,62,37); }
div.DivClassName
{
background-color: #343E25;
}
.BgClassName
{
background-color: #343E25;
}
</style>
border-color css
<style>
span { border-color: #343E25; }
span { border-color: rgb(52,62,37); }
td.TdClassName
{
border-color: #343E25;
}
.TagClassName
{
border-color: #343E25;
}
</style>