Shades of Seaweed #3A531B
Tints of Seaweed #3A531B
RGB
CMYK
RGB Variations
Color information
#3A531B (or 0x3A531B) is known color: Seaweed. HEX triplet: 3A, 53 and 1B. RGB value is (58,83,27). Sum of RGB (Red+Green+Blue) = 58+83+27=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #3A531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A531B is #C5ACE4. Grayscale: #454545. Windows color (decimal): -12954853 or 1790778. OLE color: 1790778.
HSL color Cylindrical-coordinate representation of color #3A531B: hue angle of 86.79º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A531B is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 83 | 27 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.67 |
| HSL | 86.79º | 0.51% | 0.22% | - |
| HSV(B) | 86.79º | 0.67% | 0.33% | - |
| XYZ | 5.04 | 7.17 | 2.15 | - |
| YUV | 69.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 27 | 0.30 | 0 | 0.67 | 0.67 | 86.79 | 0.51 | 0.22 |
| Hex | 3A | 53 | 1B | 1E | 0 | 43 | 43 | 57 | 33 | 16 |
| Octal | 72 | 123 | 33 | 36 | 0 | 103 | 103 | 127 | 63 | 26 |
| Binary | 111010 | 1010011 | 11011 | 11110 | 0 | 1000011 | 1000011 | 1010111 | 110011 | 10110 |
Color Harmonies of #3A531B
Complementary color
Monochromatic Colors of #3A531B
Black with #3A531B
Text Example
Text Example
White with #3A531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A531B; }
p { color: rgb(58,83,27); }
H1.HeaderClassName
{
color: #3A531B;
}
.AnyTagClassName
{
color: #3A531B;
}
</style>
background-color css
<style>
a { background-color: #3A531B; }
a { background-color: rgb(58,83,27); }
div.DivClassName
{
background-color: #3A531B;
}
.BgClassName
{
background-color: #3A531B;
}
</style>
border-color css
<style>
span { border-color: #3A531B; }
span { border-color: rgb(58,83,27); }
td.TdClassName
{
border-color: #3A531B;
}
.TagClassName
{
border-color: #3A531B;
}
</style>