Shades of Seaweed #3B4F25
Tints of Seaweed #3B4F25
RGB
CMYK
RGB Variations
Color information
#3B4F25 (or 0x3B4F25) is known color: Seaweed. HEX triplet: 3B, 4F and 25. RGB value is (59,79,37). Sum of RGB (Red+Green+Blue) = 59+79+37=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4F25 is #C4B0DA. Grayscale: #444444. Windows color (decimal): -12890331 or 2445115. OLE color: 2445115.
HSL color Cylindrical-coordinate representation of color #3B4F25: hue angle of 88.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B4F25 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 79 | 37 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.69 |
| HSL | 88.57º | 0.36% | 0.23% | - |
| HSV(B) | 88.57º | 0.53% | 0.31% | - |
| XYZ | 4.93 | 6.66 | 2.77 | - |
| YUV | 68.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 79 | 37 | 0.25 | 0 | 0.53 | 0.69 | 88.57 | 0.36 | 0.23 |
| Hex | 3B | 4F | 25 | 19 | 0 | 35 | 45 | 59 | 24 | 17 |
| Octal | 73 | 117 | 45 | 31 | 0 | 65 | 105 | 131 | 44 | 27 |
| Binary | 111011 | 1001111 | 100101 | 11001 | 0 | 110101 | 1000101 | 1011001 | 100100 | 10111 |
Color Harmonies of #3B4F25
Complementary color
Monochromatic Colors of #3B4F25
Black with #3B4F25
Text Example
Text Example
White with #3B4F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4F25; }
p { color: rgb(59,79,37); }
H1.HeaderClassName
{
color: #3B4F25;
}
.AnyTagClassName
{
color: #3B4F25;
}
</style>
background-color css
<style>
a { background-color: #3B4F25; }
a { background-color: rgb(59,79,37); }
div.DivClassName
{
background-color: #3B4F25;
}
.BgClassName
{
background-color: #3B4F25;
}
</style>
border-color css
<style>
span { border-color: #3B4F25; }
span { border-color: rgb(59,79,37); }
td.TdClassName
{
border-color: #3B4F25;
}
.TagClassName
{
border-color: #3B4F25;
}
</style>