Shades of Seaweed #35471E
Tints of Seaweed #35471E
RGB
CMYK
RGB Variations
Color information
#35471E (or 0x35471E) is known color: Seaweed. HEX triplet: 35, 47 and 1E. RGB value is (53,71,30). Sum of RGB (Red+Green+Blue) = 53+71+30=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #35471E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35471E is #CAB8E1. Grayscale: #3D3D3D. Windows color (decimal): -13285602 or 1984309. OLE color: 1984309.
HSL color Cylindrical-coordinate representation of color #35471E: hue angle of 86.34º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35471E is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 71 | 30 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.72 |
| HSL | 86.34º | 0.41% | 0.2% | - |
| HSV(B) | 86.34º | 0.58% | 0.28% | - |
| XYZ | 3.96 | 5.36 | 2.05 | - |
| YUV | 60.94 | 110.54 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 30 | 0.25 | 0 | 0.58 | 0.72 | 86.34 | 0.41 | 0.2 |
| Hex | 35 | 47 | 1E | 19 | 0 | 3A | 48 | 56 | 29 | 14 |
| Octal | 65 | 107 | 36 | 31 | 0 | 72 | 110 | 126 | 51 | 24 |
| Binary | 110101 | 1000111 | 11110 | 11001 | 0 | 111010 | 1001000 | 1010110 | 101001 | 10100 |
Color Harmonies of #35471E
Complementary color
Monochromatic Colors of #35471E
Black with #35471E
Text Example
Text Example
White with #35471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35471E; }
p { color: rgb(53,71,30); }
H1.HeaderClassName
{
color: #35471E;
}
.AnyTagClassName
{
color: #35471E;
}
</style>
background-color css
<style>
a { background-color: #35471E; }
a { background-color: rgb(53,71,30); }
div.DivClassName
{
background-color: #35471E;
}
.BgClassName
{
background-color: #35471E;
}
</style>
border-color css
<style>
span { border-color: #35471E; }
span { border-color: rgb(53,71,30); }
td.TdClassName
{
border-color: #35471E;
}
.TagClassName
{
border-color: #35471E;
}
</style>