Shades of Seaweed #3A452D
Tints of Seaweed #3A452D
RGB
CMYK
RGB Variations
Color information
#3A452D (or 0x3A452D) is known color: Seaweed. HEX triplet: 3A, 45 and 2D. RGB value is (58,69,45). Sum of RGB (Red+Green+Blue) = 58+69+45=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #3A452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A452D is #C5BAD2. Grayscale: #3F3F3F. Windows color (decimal): -12958419 or 2966842. OLE color: 2966842.
HSL color Cylindrical-coordinate representation of color #3A452D: hue angle of 87.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A452D is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 69 | 45 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.73 |
| HSL | 87.5º | 0.21% | 0.22% | - |
| HSV(B) | 87.5º | 0.35% | 0.27% | - |
| XYZ | 4.35 | 5.35 | 3.29 | - |
| YUV | 62.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 45 | 0.16 | 0 | 0.35 | 0.73 | 87.5 | 0.21 | 0.22 |
| Hex | 3A | 45 | 2D | 10 | 0 | 23 | 49 | 57 | 15 | 16 |
| Octal | 72 | 105 | 55 | 20 | 0 | 43 | 111 | 127 | 25 | 26 |
| Binary | 111010 | 1000101 | 101101 | 10000 | 0 | 100011 | 1001001 | 1010111 | 10101 | 10110 |
Color Harmonies of #3A452D
Complementary color
Monochromatic Colors of #3A452D
Black with #3A452D
Text Example
Text Example
White with #3A452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A452D; }
p { color: rgb(58,69,45); }
H1.HeaderClassName
{
color: #3A452D;
}
.AnyTagClassName
{
color: #3A452D;
}
</style>
background-color css
<style>
a { background-color: #3A452D; }
a { background-color: rgb(58,69,45); }
div.DivClassName
{
background-color: #3A452D;
}
.BgClassName
{
background-color: #3A452D;
}
</style>
border-color css
<style>
span { border-color: #3A452D; }
span { border-color: rgb(58,69,45); }
td.TdClassName
{
border-color: #3A452D;
}
.TagClassName
{
border-color: #3A452D;
}
</style>