Shades of Seaweed #3A4A28
Tints of Seaweed #3A4A28
RGB
CMYK
RGB Variations
Color information
#3A4A28 (or 0x3A4A28) is known color: Seaweed. HEX triplet: 3A, 4A and 28. RGB value is (58,74,40). Sum of RGB (Red+Green+Blue) = 58+74+40=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #3A4A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4A28 is #C5B5D7. Grayscale: #414141. Windows color (decimal): -12957144 or 2640442. OLE color: 2640442.
HSL color Cylindrical-coordinate representation of color #3A4A28: hue angle of 88.24º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A4A28 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 74 | 40 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.71 |
| HSL | 88.24º | 0.3% | 0.22% | - |
| HSV(B) | 88.24º | 0.46% | 0.29% | - |
| XYZ | 4.58 | 5.95 | 2.91 | - |
| YUV | 65.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 74 | 40 | 0.22 | 0 | 0.46 | 0.71 | 88.24 | 0.3 | 0.22 |
| Hex | 3A | 4A | 28 | 16 | 0 | 2E | 47 | 58 | 1E | 16 |
| Octal | 72 | 112 | 50 | 26 | 0 | 56 | 107 | 130 | 36 | 26 |
| Binary | 111010 | 1001010 | 101000 | 10110 | 0 | 101110 | 1000111 | 1011000 | 11110 | 10110 |
Color Harmonies of #3A4A28
Complementary color
Monochromatic Colors of #3A4A28
Black with #3A4A28
Text Example
Text Example
White with #3A4A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4A28; }
p { color: rgb(58,74,40); }
H1.HeaderClassName
{
color: #3A4A28;
}
.AnyTagClassName
{
color: #3A4A28;
}
</style>
background-color css
<style>
a { background-color: #3A4A28; }
a { background-color: rgb(58,74,40); }
div.DivClassName
{
background-color: #3A4A28;
}
.BgClassName
{
background-color: #3A4A28;
}
</style>
border-color css
<style>
span { border-color: #3A4A28; }
span { border-color: rgb(58,74,40); }
td.TdClassName
{
border-color: #3A4A28;
}
.TagClassName
{
border-color: #3A4A28;
}
</style>