Shades of Seaweed #343D25
Tints of Seaweed #343D25
RGB
CMYK
RGB Variations
Color information
#343D25 (or 0x343D25) is known color: Seaweed. HEX triplet: 34, 3D and 25. RGB value is (52,61,37). Sum of RGB (Red+Green+Blue) = 52+61+37=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 61 - color contains mainly: green. Hex color #343D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D25 is #CBC2DA. Grayscale: #373737. Windows color (decimal): -13353691 or 2440500. OLE color: 2440500.
HSL color Cylindrical-coordinate representation of color #343D25: hue angle of 82.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #343D25 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 61 | 37 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.76 |
| HSL | 82.5º | 0.24% | 0.19% | - |
| HSV(B) | 82.5º | 0.39% | 0.24% | - |
| XYZ | 3.42 | 4.2 | 2.38 | - |
| YUV | 55.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 37 | 0.15 | 0 | 0.39 | 0.76 | 82.5 | 0.24 | 0.19 |
| Hex | 34 | 3D | 25 | F | 0 | 27 | 4C | 52 | 18 | 13 |
| Octal | 64 | 75 | 45 | 17 | 0 | 47 | 114 | 122 | 30 | 23 |
| Binary | 110100 | 111101 | 100101 | 1111 | 0 | 100111 | 1001100 | 1010010 | 11000 | 10011 |
Color Harmonies of #343D25
Complementary color
Monochromatic Colors of #343D25
Black with #343D25
Text Example
Text Example
White with #343D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D25; }
p { color: rgb(52,61,37); }
H1.HeaderClassName
{
color: #343D25;
}
.AnyTagClassName
{
color: #343D25;
}
</style>
background-color css
<style>
a { background-color: #343D25; }
a { background-color: rgb(52,61,37); }
div.DivClassName
{
background-color: #343D25;
}
.BgClassName
{
background-color: #343D25;
}
</style>
border-color css
<style>
span { border-color: #343D25; }
span { border-color: rgb(52,61,37); }
td.TdClassName
{
border-color: #343D25;
}
.TagClassName
{
border-color: #343D25;
}
</style>