Shades of Seaweed #3A531F
Tints of Seaweed #3A531F
RGB
CMYK
RGB Variations
Color information
#3A531F (or 0x3A531F) is known color: Seaweed. HEX triplet: 3A, 53 and 1F. RGB value is (58,83,31). Sum of RGB (Red+Green+Blue) = 58+83+31=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #3A531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A531F is #C5ACE0. Grayscale: #454545. Windows color (decimal): -12954849 or 2052922. OLE color: 2052922.
HSL color Cylindrical-coordinate representation of color #3A531F: hue angle of 88.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A531F is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 83 | 31 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.67 |
| HSL | 88.85º | 0.46% | 0.22% | - |
| HSV(B) | 88.85º | 0.63% | 0.33% | - |
| XYZ | 5.09 | 7.18 | 2.42 | - |
| YUV | 69.6 | 106.22 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 31 | 0.30 | 0 | 0.63 | 0.67 | 88.85 | 0.46 | 0.22 |
| Hex | 3A | 53 | 1F | 1E | 0 | 3F | 43 | 59 | 2E | 16 |
| Octal | 72 | 123 | 37 | 36 | 0 | 77 | 103 | 131 | 56 | 26 |
| Binary | 111010 | 1010011 | 11111 | 11110 | 0 | 111111 | 1000011 | 1011001 | 101110 | 10110 |
Color Harmonies of #3A531F
Complementary color
Monochromatic Colors of #3A531F
Black with #3A531F
Text Example
Text Example
White with #3A531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A531F; }
p { color: rgb(58,83,31); }
H1.HeaderClassName
{
color: #3A531F;
}
.AnyTagClassName
{
color: #3A531F;
}
</style>
background-color css
<style>
a { background-color: #3A531F; }
a { background-color: rgb(58,83,31); }
div.DivClassName
{
background-color: #3A531F;
}
.BgClassName
{
background-color: #3A531F;
}
</style>
border-color css
<style>
span { border-color: #3A531F; }
span { border-color: rgb(58,83,31); }
td.TdClassName
{
border-color: #3A531F;
}
.TagClassName
{
border-color: #3A531F;
}
</style>