Shades of Seaweed #3A5024
Tints of Seaweed #3A5024
RGB
CMYK
RGB Variations
Color information
#3A5024 (or 0x3A5024) is known color: Seaweed. HEX triplet: 3A, 50 and 24. RGB value is (58,80,36). Sum of RGB (Red+Green+Blue) = 58+80+36=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5024 is #C5AFDB. Grayscale: #444444. Windows color (decimal): -12955612 or 2379834. OLE color: 2379834.
HSL color Cylindrical-coordinate representation of color #3A5024: hue angle of 90º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A5024 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 80 | 36 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.69 |
| HSL | 90º | 0.38% | 0.23% | - |
| HSV(B) | 90º | 0.55% | 0.31% | - |
| XYZ | 4.93 | 6.76 | 2.71 | - |
| YUV | 68.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 36 | 0.28 | 0 | 0.55 | 0.69 | 90 | 0.38 | 0.23 |
| Hex | 3A | 50 | 24 | 1C | 0 | 37 | 45 | 5A | 26 | 17 |
| Octal | 72 | 120 | 44 | 34 | 0 | 67 | 105 | 132 | 46 | 27 |
| Binary | 111010 | 1010000 | 100100 | 11100 | 0 | 110111 | 1000101 | 1011010 | 100110 | 10111 |
Color Harmonies of #3A5024
Complementary color
Monochromatic Colors of #3A5024
Black with #3A5024
Text Example
Text Example
White with #3A5024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5024; }
p { color: rgb(58,80,36); }
H1.HeaderClassName
{
color: #3A5024;
}
.AnyTagClassName
{
color: #3A5024;
}
</style>
background-color css
<style>
a { background-color: #3A5024; }
a { background-color: rgb(58,80,36); }
div.DivClassName
{
background-color: #3A5024;
}
.BgClassName
{
background-color: #3A5024;
}
</style>
border-color css
<style>
span { border-color: #3A5024; }
span { border-color: rgb(58,80,36); }
td.TdClassName
{
border-color: #3A5024;
}
.TagClassName
{
border-color: #3A5024;
}
</style>