Shades of Seaweed #3A4230
Tints of Seaweed #3A4230
RGB
CMYK
RGB Variations
Color information
#3A4230 (or 0x3A4230) is known color: Seaweed. HEX triplet: 3A, 42 and 30. RGB value is (58,66,48). Sum of RGB (Red+Green+Blue) = 58+66+48=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #3A4230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4230 is #C5BDCF. Grayscale: #3D3D3D. Windows color (decimal): -12959184 or 3162682. OLE color: 3162682.
HSL color Cylindrical-coordinate representation of color #3A4230: hue angle of 86.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A4230 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 66 | 48 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.74 |
| HSL | 86.67º | 0.16% | 0.22% | - |
| HSV(B) | 86.67º | 0.27% | 0.26% | - |
| XYZ | 4.23 | 5.01 | 3.54 | - |
| YUV | 61.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 48 | 0.12 | 0 | 0.27 | 0.74 | 86.67 | 0.16 | 0.22 |
| Hex | 3A | 42 | 30 | C | 0 | 1B | 4A | 57 | 10 | 16 |
| Octal | 72 | 102 | 60 | 14 | 0 | 33 | 112 | 127 | 20 | 26 |
| Binary | 111010 | 1000010 | 110000 | 1100 | 0 | 11011 | 1001010 | 1010111 | 10000 | 10110 |
Color Harmonies of #3A4230
Complementary color
Monochromatic Colors of #3A4230
Black with #3A4230
Text Example
Text Example
White with #3A4230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4230; }
p { color: rgb(58,66,48); }
H1.HeaderClassName
{
color: #3A4230;
}
.AnyTagClassName
{
color: #3A4230;
}
</style>
background-color css
<style>
a { background-color: #3A4230; }
a { background-color: rgb(58,66,48); }
div.DivClassName
{
background-color: #3A4230;
}
.BgClassName
{
background-color: #3A4230;
}
</style>
border-color css
<style>
span { border-color: #3A4230; }
span { border-color: rgb(58,66,48); }
td.TdClassName
{
border-color: #3A4230;
}
.TagClassName
{
border-color: #3A4230;
}
</style>