Shades of Seaweed #3A4925
Tints of Seaweed #3A4925
RGB
CMYK
RGB Variations
Color information
#3A4925 (or 0x3A4925) is known color: Seaweed. HEX triplet: 3A, 49 and 25. RGB value is (58,73,37). Sum of RGB (Red+Green+Blue) = 58+73+37=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4925 is #C5B6DA. Grayscale: #404040. Windows color (decimal): -12957403 or 2443578. OLE color: 2443578.
HSL color Cylindrical-coordinate representation of color #3A4925: hue angle of 85º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A4925 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 37 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.71 |
| HSL | 85º | 0.33% | 0.22% | - |
| HSV(B) | 85º | 0.49% | 0.29% | - |
| XYZ | 4.46 | 5.8 | 2.63 | - |
| YUV | 64.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 37 | 0.21 | 0 | 0.49 | 0.71 | 85 | 0.33 | 0.22 |
| Hex | 3A | 49 | 25 | 15 | 0 | 31 | 47 | 55 | 21 | 16 |
| Octal | 72 | 111 | 45 | 25 | 0 | 61 | 107 | 125 | 41 | 26 |
| Binary | 111010 | 1001001 | 100101 | 10101 | 0 | 110001 | 1000111 | 1010101 | 100001 | 10110 |
Color Harmonies of #3A4925
Complementary color
Monochromatic Colors of #3A4925
Black with #3A4925
Text Example
Text Example
White with #3A4925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4925; }
p { color: rgb(58,73,37); }
H1.HeaderClassName
{
color: #3A4925;
}
.AnyTagClassName
{
color: #3A4925;
}
</style>
background-color css
<style>
a { background-color: #3A4925; }
a { background-color: rgb(58,73,37); }
div.DivClassName
{
background-color: #3A4925;
}
.BgClassName
{
background-color: #3A4925;
}
</style>
border-color css
<style>
span { border-color: #3A4925; }
span { border-color: rgb(58,73,37); }
td.TdClassName
{
border-color: #3A4925;
}
.TagClassName
{
border-color: #3A4925;
}
</style>