Shades of Seaweed #3A4F1D
Tints of Seaweed #3A4F1D
RGB
CMYK
RGB Variations
Color information
#3A4F1D (or 0x3A4F1D) is known color: Seaweed. HEX triplet: 3A, 4F and 1D. RGB value is (58,79,29). Sum of RGB (Red+Green+Blue) = 58+79+29=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #3A4F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4F1D is #C5B0E2. Grayscale: #434343. Windows color (decimal): -12955875 or 1920826. OLE color: 1920826.
HSL color Cylindrical-coordinate representation of color #3A4F1D: hue angle of 85.2º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A4F1D is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 79 | 29 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.69 |
| HSL | 85.2º | 0.46% | 0.21% | - |
| HSV(B) | 85.2º | 0.63% | 0.31% | - |
| XYZ | 4.76 | 6.58 | 2.18 | - |
| YUV | 67.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 29 | 0.27 | 0 | 0.63 | 0.69 | 85.2 | 0.46 | 0.21 |
| Hex | 3A | 4F | 1D | 1B | 0 | 3F | 45 | 55 | 2E | 15 |
| Octal | 72 | 117 | 35 | 33 | 0 | 77 | 105 | 125 | 56 | 25 |
| Binary | 111010 | 1001111 | 11101 | 11011 | 0 | 111111 | 1000101 | 1010101 | 101110 | 10101 |
Color Harmonies of #3A4F1D
Complementary color
Monochromatic Colors of #3A4F1D
Black with #3A4F1D
Text Example
Text Example
White with #3A4F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4F1D; }
p { color: rgb(58,79,29); }
H1.HeaderClassName
{
color: #3A4F1D;
}
.AnyTagClassName
{
color: #3A4F1D;
}
</style>
background-color css
<style>
a { background-color: #3A4F1D; }
a { background-color: rgb(58,79,29); }
div.DivClassName
{
background-color: #3A4F1D;
}
.BgClassName
{
background-color: #3A4F1D;
}
</style>
border-color css
<style>
span { border-color: #3A4F1D; }
span { border-color: rgb(58,79,29); }
td.TdClassName
{
border-color: #3A4F1D;
}
.TagClassName
{
border-color: #3A4F1D;
}
</style>