Shades of Seaweed #3A541B
Tints of Seaweed #3A541B
RGB
CMYK
RGB Variations
Color information
#3A541B (or 0x3A541B) is known color: Seaweed. HEX triplet: 3A, 54 and 1B. RGB value is (58,84,27). Sum of RGB (Red+Green+Blue) = 58+84+27=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #3A541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A541B is #C5ABE4. Grayscale: #454545. Windows color (decimal): -12954597 or 1791034. OLE color: 1791034.
HSL color Cylindrical-coordinate representation of color #3A541B: hue angle of 87.37º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A541B is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 84 | 27 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.67 |
| HSL | 87.37º | 0.51% | 0.22% | - |
| HSV(B) | 87.37º | 0.68% | 0.33% | - |
| XYZ | 5.11 | 7.32 | 2.18 | - |
| YUV | 69.73 | 103.89 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 84 | 27 | 0.31 | 0 | 0.68 | 0.67 | 87.37 | 0.51 | 0.22 |
| Hex | 3A | 54 | 1B | 1F | 0 | 44 | 43 | 57 | 33 | 16 |
| Octal | 72 | 124 | 33 | 37 | 0 | 104 | 103 | 127 | 63 | 26 |
| Binary | 111010 | 1010100 | 11011 | 11111 | 0 | 1000100 | 1000011 | 1010111 | 110011 | 10110 |
Color Harmonies of #3A541B
Complementary color
Monochromatic Colors of #3A541B
Black with #3A541B
Text Example
Text Example
White with #3A541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A541B; }
p { color: rgb(58,84,27); }
H1.HeaderClassName
{
color: #3A541B;
}
.AnyTagClassName
{
color: #3A541B;
}
</style>
background-color css
<style>
a { background-color: #3A541B; }
a { background-color: rgb(58,84,27); }
div.DivClassName
{
background-color: #3A541B;
}
.BgClassName
{
background-color: #3A541B;
}
</style>
border-color css
<style>
span { border-color: #3A541B; }
span { border-color: rgb(58,84,27); }
td.TdClassName
{
border-color: #3A541B;
}
.TagClassName
{
border-color: #3A541B;
}
</style>