Shades of Seaweed #3B452D
Tints of Seaweed #3B452D
RGB
CMYK
RGB Variations
Color information
#3B452D (or 0x3B452D) is known color: Seaweed. HEX triplet: 3B, 45 and 2D. RGB value is (59,69,45). Sum of RGB (Red+Green+Blue) = 59+69+45=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #3B452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B452D is #C4BAD2. Grayscale: #3F3F3F. Windows color (decimal): -12892883 or 2966843. OLE color: 2966843.
HSL color Cylindrical-coordinate representation of color #3B452D: hue angle of 85º 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 #3B452D is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 69 | 45 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.73 |
| HSL | 85º | 0.21% | 0.22% | - |
| HSV(B) | 85º | 0.35% | 0.27% | - |
| XYZ | 4.41 | 5.38 | 3.29 | - |
| YUV | 63.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 69 | 45 | 0.14 | 0 | 0.35 | 0.73 | 85 | 0.21 | 0.22 |
| Hex | 3B | 45 | 2D | E | 0 | 23 | 49 | 55 | 15 | 16 |
| Octal | 73 | 105 | 55 | 16 | 0 | 43 | 111 | 125 | 25 | 26 |
| Binary | 111011 | 1000101 | 101101 | 1110 | 0 | 100011 | 1001001 | 1010101 | 10101 | 10110 |
Color Harmonies of #3B452D
Complementary color
Monochromatic Colors of #3B452D
Black with #3B452D
Text Example
Text Example
White with #3B452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B452D; }
p { color: rgb(59,69,45); }
H1.HeaderClassName
{
color: #3B452D;
}
.AnyTagClassName
{
color: #3B452D;
}
</style>
background-color css
<style>
a { background-color: #3B452D; }
a { background-color: rgb(59,69,45); }
div.DivClassName
{
background-color: #3B452D;
}
.BgClassName
{
background-color: #3B452D;
}
</style>
border-color css
<style>
span { border-color: #3B452D; }
span { border-color: rgb(59,69,45); }
td.TdClassName
{
border-color: #3B452D;
}
.TagClassName
{
border-color: #3B452D;
}
</style>