Shades of Seaweed #3A511B
Tints of Seaweed #3A511B
RGB
CMYK
RGB Variations
Color information
#3A511B (or 0x3A511B) is known color: Seaweed. HEX triplet: 3A, 51 and 1B. RGB value is (58,81,27). Sum of RGB (Red+Green+Blue) = 58+81+27=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #3A511B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A511B is #C5AEE4. Grayscale: #444444. Windows color (decimal): -12955365 or 1790266. OLE color: 1790266.
HSL color Cylindrical-coordinate representation of color #3A511B: hue angle of 85.56º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A511B is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
RGB | 58 | 81 | 27 | - |
CMYK | 0.28 | 0 | 0.67 | 0.68 |
HSL | 85.56º | 0.5% | 0.21% | - |
HSV(B) | 85.56º | 0.67% | 0.32% | - |
XYZ | 4.89 | 6.86 | 2.1 | - |
YUV | 67.97 | 104.88 | 120.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 81 | 27 | 0.28 | 0 | 0.67 | 0.68 | 85.56 | 0.5 | 0.21 |
Hex | 3A | 51 | 1B | 1C | 0 | 43 | 44 | 56 | 32 | 15 |
Octal | 72 | 121 | 33 | 34 | 0 | 103 | 104 | 126 | 62 | 25 |
Binary | 111010 | 1010001 | 11011 | 11100 | 0 | 1000011 | 1000100 | 1010110 | 110010 | 10101 |
Color Harmonies of #3A511B
Complementary color
Monochromatic Colors of #3A511B
Black with #3A511B
Text Example
Text Example
White with #3A511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A511B; }
p { color: rgb(58,81,27); }
H1.HeaderClassName
{
color: #3A511B;
}
.AnyTagClassName
{
color: #3A511B;
}
</style>
background-color css
<style>
a { background-color: #3A511B; }
a { background-color: rgb(58,81,27); }
div.DivClassName
{
background-color: #3A511B;
}
.BgClassName
{
background-color: #3A511B;
}
</style>
border-color css
<style>
span { border-color: #3A511B; }
span { border-color: rgb(58,81,27); }
td.TdClassName
{
border-color: #3A511B;
}
.TagClassName
{
border-color: #3A511B;
}
</style>