Shades of Seaweed #3A4F1E
Tints of Seaweed #3A4F1E
RGB
CMYK
RGB Variations
Color information
#3A4F1E (or 0x3A4F1E) is known color: Seaweed. HEX triplet: 3A, 4F and 1E. RGB value is (58,79,30). Sum of RGB (Red+Green+Blue) = 58+79+30=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #3A4F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4F1E is #C5B0E1. Grayscale: #434343. Windows color (decimal): -12955874 or 1986362. OLE color: 1986362.
HSL color Cylindrical-coordinate representation of color #3A4F1E: hue angle of 85.71º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A4F1E is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 79 | 30 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.69 |
| HSL | 85.71º | 0.45% | 0.21% | - |
| HSV(B) | 85.71º | 0.62% | 0.31% | - |
| XYZ | 4.78 | 6.59 | 2.25 | - |
| YUV | 67.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 30 | 0.27 | 0 | 0.62 | 0.69 | 85.71 | 0.45 | 0.21 |
| Hex | 3A | 4F | 1E | 1B | 0 | 3E | 45 | 56 | 2D | 15 |
| Octal | 72 | 117 | 36 | 33 | 0 | 76 | 105 | 126 | 55 | 25 |
| Binary | 111010 | 1001111 | 11110 | 11011 | 0 | 111110 | 1000101 | 1010110 | 101101 | 10101 |
Color Harmonies of #3A4F1E
Complementary color
Monochromatic Colors of #3A4F1E
Black with #3A4F1E
Text Example
Text Example
White with #3A4F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4F1E; }
p { color: rgb(58,79,30); }
H1.HeaderClassName
{
color: #3A4F1E;
}
.AnyTagClassName
{
color: #3A4F1E;
}
</style>
background-color css
<style>
a { background-color: #3A4F1E; }
a { background-color: rgb(58,79,30); }
div.DivClassName
{
background-color: #3A4F1E;
}
.BgClassName
{
background-color: #3A4F1E;
}
</style>
border-color css
<style>
span { border-color: #3A4F1E; }
span { border-color: rgb(58,79,30); }
td.TdClassName
{
border-color: #3A4F1E;
}
.TagClassName
{
border-color: #3A4F1E;
}
</style>