Shades of Seaweed #343C25
Tints of Seaweed #343C25
RGB
CMYK
RGB Variations
Color information
#343C25 (or 0x343C25) is known color: Seaweed. HEX triplet: 34, 3C and 25. RGB value is (52,60,37). Sum of RGB (Red+Green+Blue) = 52+60+37=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 60 - color contains mainly: green. Hex color #343C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C25 is #CBC3DA. Grayscale: #373737. Windows color (decimal): -13353947 or 2440244. OLE color: 2440244.
HSL color Cylindrical-coordinate representation of color #343C25: hue angle of 80.87º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #343C25 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 60 | 37 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.76 |
| HSL | 80.87º | 0.24% | 0.19% | - |
| HSV(B) | 80.87º | 0.38% | 0.24% | - |
| XYZ | 3.37 | 4.1 | 2.36 | - |
| YUV | 54.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 37 | 0.13 | 0 | 0.38 | 0.76 | 80.87 | 0.24 | 0.19 |
| Hex | 34 | 3C | 25 | D | 0 | 26 | 4C | 51 | 18 | 13 |
| Octal | 64 | 74 | 45 | 15 | 0 | 46 | 114 | 121 | 30 | 23 |
| Binary | 110100 | 111100 | 100101 | 1101 | 0 | 100110 | 1001100 | 1010001 | 11000 | 10011 |
Color Harmonies of #343C25
Complementary color
Monochromatic Colors of #343C25
Black with #343C25
Text Example
Text Example
White with #343C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C25; }
p { color: rgb(52,60,37); }
H1.HeaderClassName
{
color: #343C25;
}
.AnyTagClassName
{
color: #343C25;
}
</style>
background-color css
<style>
a { background-color: #343C25; }
a { background-color: rgb(52,60,37); }
div.DivClassName
{
background-color: #343C25;
}
.BgClassName
{
background-color: #343C25;
}
</style>
border-color css
<style>
span { border-color: #343C25; }
span { border-color: rgb(52,60,37); }
td.TdClassName
{
border-color: #343C25;
}
.TagClassName
{
border-color: #343C25;
}
</style>