Shades of Seaweed #34451C
Tints of Seaweed #34451C
RGB
CMYK
RGB Variations
Color information
#34451C (or 0x34451C) is known color: Seaweed. HEX triplet: 34, 45 and 1C. RGB value is (52,69,28). Sum of RGB (Red+Green+Blue) = 52+69+28=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #34451C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34451C is #CBBAE3. Grayscale: #3B3B3B. Windows color (decimal): -13351652 or 1852724. OLE color: 1852724.
HSL color Cylindrical-coordinate representation of color #34451C: hue angle of 84.88º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34451C is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 28 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.73 |
| HSL | 84.88º | 0.42% | 0.19% | - |
| HSV(B) | 84.88º | 0.59% | 0.27% | - |
| XYZ | 3.75 | 5.07 | 1.88 | - |
| YUV | 59.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 28 | 0.25 | 0 | 0.59 | 0.73 | 84.88 | 0.42 | 0.19 |
| Hex | 34 | 45 | 1C | 19 | 0 | 3B | 49 | 55 | 2A | 13 |
| Octal | 64 | 105 | 34 | 31 | 0 | 73 | 111 | 125 | 52 | 23 |
| Binary | 110100 | 1000101 | 11100 | 11001 | 0 | 111011 | 1001001 | 1010101 | 101010 | 10011 |
Color Harmonies of #34451C
Complementary color
Monochromatic Colors of #34451C
Black with #34451C
Text Example
Text Example
White with #34451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34451C; }
p { color: rgb(52,69,28); }
H1.HeaderClassName
{
color: #34451C;
}
.AnyTagClassName
{
color: #34451C;
}
</style>
background-color css
<style>
a { background-color: #34451C; }
a { background-color: rgb(52,69,28); }
div.DivClassName
{
background-color: #34451C;
}
.BgClassName
{
background-color: #34451C;
}
</style>
border-color css
<style>
span { border-color: #34451C; }
span { border-color: rgb(52,69,28); }
td.TdClassName
{
border-color: #34451C;
}
.TagClassName
{
border-color: #34451C;
}
</style>