Shades of Seaweed #3A4B28
Tints of Seaweed #3A4B28
RGB
CMYK
RGB Variations
Color information
#3A4B28 (or 0x3A4B28) is known color: Seaweed. HEX triplet: 3A, 4B and 28. RGB value is (58,75,40). Sum of RGB (Red+Green+Blue) = 58+75+40=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4B28 is #C5B4D7. Grayscale: #424242. Windows color (decimal): -12956888 or 2640698. OLE color: 2640698.
HSL color Cylindrical-coordinate representation of color #3A4B28: hue angle of 89.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A4B28 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 75 | 40 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.71 |
| HSL | 89.14º | 0.3% | 0.23% | - |
| HSV(B) | 89.14º | 0.47% | 0.29% | - |
| XYZ | 4.64 | 6.08 | 2.94 | - |
| YUV | 65.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 75 | 40 | 0.23 | 0 | 0.47 | 0.71 | 89.14 | 0.3 | 0.23 |
| Hex | 3A | 4B | 28 | 17 | 0 | 2F | 47 | 59 | 1E | 17 |
| Octal | 72 | 113 | 50 | 27 | 0 | 57 | 107 | 131 | 36 | 27 |
| Binary | 111010 | 1001011 | 101000 | 10111 | 0 | 101111 | 1000111 | 1011001 | 11110 | 10111 |
Color Harmonies of #3A4B28
Complementary color
Monochromatic Colors of #3A4B28
Black with #3A4B28
Text Example
Text Example
White with #3A4B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4B28; }
p { color: rgb(58,75,40); }
H1.HeaderClassName
{
color: #3A4B28;
}
.AnyTagClassName
{
color: #3A4B28;
}
</style>
background-color css
<style>
a { background-color: #3A4B28; }
a { background-color: rgb(58,75,40); }
div.DivClassName
{
background-color: #3A4B28;
}
.BgClassName
{
background-color: #3A4B28;
}
</style>
border-color css
<style>
span { border-color: #3A4B28; }
span { border-color: rgb(58,75,40); }
td.TdClassName
{
border-color: #3A4B28;
}
.TagClassName
{
border-color: #3A4B28;
}
</style>