Shades of Seaweed #34481D
Tints of Seaweed #34481D
RGB
CMYK
RGB Variations
Color information
#34481D (or 0x34481D) is known color: Seaweed. HEX triplet: 34, 48 and 1D. RGB value is (52,72,29). Sum of RGB (Red+Green+Blue) = 52+72+29=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #34481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34481D is #CBB7E2. Grayscale: #3D3D3D. Windows color (decimal): -13350883 or 1919028. OLE color: 1919028.
HSL color Cylindrical-coordinate representation of color #34481D: hue angle of 87.91º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34481D is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 72 | 29 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.72 |
| HSL | 87.91º | 0.43% | 0.2% | - |
| HSV(B) | 87.91º | 0.6% | 0.28% | - |
| XYZ | 3.96 | 5.45 | 2.01 | - |
| YUV | 61.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 29 | 0.28 | 0 | 0.60 | 0.72 | 87.91 | 0.43 | 0.2 |
| Hex | 34 | 48 | 1D | 1C | 0 | 3C | 48 | 58 | 2B | 14 |
| Octal | 64 | 110 | 35 | 34 | 0 | 74 | 110 | 130 | 53 | 24 |
| Binary | 110100 | 1001000 | 11101 | 11100 | 0 | 111100 | 1001000 | 1011000 | 101011 | 10100 |
Color Harmonies of #34481D
Complementary color
Monochromatic Colors of #34481D
Black with #34481D
Text Example
Text Example
White with #34481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34481D; }
p { color: rgb(52,72,29); }
H1.HeaderClassName
{
color: #34481D;
}
.AnyTagClassName
{
color: #34481D;
}
</style>
background-color css
<style>
a { background-color: #34481D; }
a { background-color: rgb(52,72,29); }
div.DivClassName
{
background-color: #34481D;
}
.BgClassName
{
background-color: #34481D;
}
</style>
border-color css
<style>
span { border-color: #34481D; }
span { border-color: rgb(52,72,29); }
td.TdClassName
{
border-color: #34481D;
}
.TagClassName
{
border-color: #34481D;
}
</style>