Shades of Seaweed #35441E
Tints of Seaweed #35441E
RGB
CMYK
RGB Variations
Color information
#35441E (or 0x35441E) is known color: Seaweed. HEX triplet: 35, 44 and 1E. RGB value is (53,68,30). Sum of RGB (Red+Green+Blue) = 53+68+30=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #35441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35441E is #CABBE1. Grayscale: #3B3B3B. Windows color (decimal): -13286370 or 1983541. OLE color: 1983541.
HSL color Cylindrical-coordinate representation of color #35441E: hue angle of 83.68º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35441E is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 68 | 30 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.73 |
| HSL | 83.68º | 0.39% | 0.19% | - |
| HSV(B) | 83.68º | 0.56% | 0.27% | - |
| XYZ | 3.77 | 4.98 | 1.99 | - |
| YUV | 59.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 30 | 0.22 | 0 | 0.56 | 0.73 | 83.68 | 0.39 | 0.19 |
| Hex | 35 | 44 | 1E | 16 | 0 | 38 | 49 | 54 | 27 | 13 |
| Octal | 65 | 104 | 36 | 26 | 0 | 70 | 111 | 124 | 47 | 23 |
| Binary | 110101 | 1000100 | 11110 | 10110 | 0 | 111000 | 1001001 | 1010100 | 100111 | 10011 |
Color Harmonies of #35441E
Complementary color
Monochromatic Colors of #35441E
Black with #35441E
Text Example
Text Example
White with #35441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35441E; }
p { color: rgb(53,68,30); }
H1.HeaderClassName
{
color: #35441E;
}
.AnyTagClassName
{
color: #35441E;
}
</style>
background-color css
<style>
a { background-color: #35441E; }
a { background-color: rgb(53,68,30); }
div.DivClassName
{
background-color: #35441E;
}
.BgClassName
{
background-color: #35441E;
}
</style>
border-color css
<style>
span { border-color: #35441E; }
span { border-color: rgb(53,68,30); }
td.TdClassName
{
border-color: #35441E;
}
.TagClassName
{
border-color: #35441E;
}
</style>