Shades of Seaweed #35441F
Tints of Seaweed #35441F
RGB
CMYK
RGB Variations
Color information
#35441F (or 0x35441F) is known color: Seaweed. HEX triplet: 35, 44 and 1F. RGB value is (53,68,31). Sum of RGB (Red+Green+Blue) = 53+68+31=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #35441F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35441F is #CABBE0. Grayscale: #3B3B3B. Windows color (decimal): -13286369 or 2049077. OLE color: 2049077.
HSL color Cylindrical-coordinate representation of color #35441F: hue angle of 84.32º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35441F is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 68 | 31 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.73 |
| HSL | 84.32º | 0.37% | 0.19% | - |
| HSV(B) | 84.32º | 0.54% | 0.27% | - |
| XYZ | 3.78 | 4.99 | 2.06 | - |
| YUV | 59.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 31 | 0.22 | 0 | 0.54 | 0.73 | 84.32 | 0.37 | 0.19 |
| Hex | 35 | 44 | 1F | 16 | 0 | 36 | 49 | 54 | 25 | 13 |
| Octal | 65 | 104 | 37 | 26 | 0 | 66 | 111 | 124 | 45 | 23 |
| Binary | 110101 | 1000100 | 11111 | 10110 | 0 | 110110 | 1001001 | 1010100 | 100101 | 10011 |
Color Harmonies of #35441F
Complementary color
Monochromatic Colors of #35441F
Black with #35441F
Text Example
Text Example
White with #35441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35441F; }
p { color: rgb(53,68,31); }
H1.HeaderClassName
{
color: #35441F;
}
.AnyTagClassName
{
color: #35441F;
}
</style>
background-color css
<style>
a { background-color: #35441F; }
a { background-color: rgb(53,68,31); }
div.DivClassName
{
background-color: #35441F;
}
.BgClassName
{
background-color: #35441F;
}
</style>
border-color css
<style>
span { border-color: #35441F; }
span { border-color: rgb(53,68,31); }
td.TdClassName
{
border-color: #35441F;
}
.TagClassName
{
border-color: #35441F;
}
</style>