Shades of Seaweed #3A4823
Tints of Seaweed #3A4823
RGB
CMYK
RGB Variations
Color information
#3A4823 (or 0x3A4823) is known color: Seaweed. HEX triplet: 3A, 48 and 23. RGB value is (58,72,35). Sum of RGB (Red+Green+Blue) = 58+72+35=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4823 is #C5B7DC. Grayscale: #3F3F3F. Windows color (decimal): -12957661 or 2312250. OLE color: 2312250.
HSL color Cylindrical-coordinate representation of color #3A4823: hue angle of 82.7º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A4823 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 35 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.72 |
| HSL | 82.7º | 0.35% | 0.21% | - |
| HSV(B) | 82.7º | 0.51% | 0.28% | - |
| XYZ | 4.37 | 5.66 | 2.45 | - |
| YUV | 63.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 35 | 0.19 | 0 | 0.51 | 0.72 | 82.7 | 0.35 | 0.21 |
| Hex | 3A | 48 | 23 | 13 | 0 | 33 | 48 | 53 | 23 | 15 |
| Octal | 72 | 110 | 43 | 23 | 0 | 63 | 110 | 123 | 43 | 25 |
| Binary | 111010 | 1001000 | 100011 | 10011 | 0 | 110011 | 1001000 | 1010011 | 100011 | 10101 |
Color Harmonies of #3A4823
Complementary color
Monochromatic Colors of #3A4823
Black with #3A4823
Text Example
Text Example
White with #3A4823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4823; }
p { color: rgb(58,72,35); }
H1.HeaderClassName
{
color: #3A4823;
}
.AnyTagClassName
{
color: #3A4823;
}
</style>
background-color css
<style>
a { background-color: #3A4823; }
a { background-color: rgb(58,72,35); }
div.DivClassName
{
background-color: #3A4823;
}
.BgClassName
{
background-color: #3A4823;
}
</style>
border-color css
<style>
span { border-color: #3A4823; }
span { border-color: rgb(58,72,35); }
td.TdClassName
{
border-color: #3A4823;
}
.TagClassName
{
border-color: #3A4823;
}
</style>