Shades of Seaweed #35431F
Tints of Seaweed #35431F
RGB
CMYK
RGB Variations
Color information
#35431F (or 0x35431F) is known color: Seaweed. HEX triplet: 35, 43 and 1F. RGB value is (53,67,31). Sum of RGB (Red+Green+Blue) = 53+67+31=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 67 - color contains mainly: green. Hex color #35431F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35431F is #CABCE0. Grayscale: #3A3A3A. Windows color (decimal): -13286625 or 2048821. OLE color: 2048821.
HSL color Cylindrical-coordinate representation of color #35431F: hue angle of 83.33º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35431F is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 31 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.74 |
| HSL | 83.33º | 0.37% | 0.19% | - |
| HSV(B) | 83.33º | 0.54% | 0.26% | - |
| XYZ | 3.72 | 4.87 | 2.04 | - |
| YUV | 58.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 31 | 0.21 | 0 | 0.54 | 0.74 | 83.33 | 0.37 | 0.19 |
| Hex | 35 | 43 | 1F | 15 | 0 | 36 | 4A | 53 | 25 | 13 |
| Octal | 65 | 103 | 37 | 25 | 0 | 66 | 112 | 123 | 45 | 23 |
| Binary | 110101 | 1000011 | 11111 | 10101 | 0 | 110110 | 1001010 | 1010011 | 100101 | 10011 |
Color Harmonies of #35431F
Complementary color
Monochromatic Colors of #35431F
Black with #35431F
Text Example
Text Example
White with #35431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35431F; }
p { color: rgb(53,67,31); }
H1.HeaderClassName
{
color: #35431F;
}
.AnyTagClassName
{
color: #35431F;
}
</style>
background-color css
<style>
a { background-color: #35431F; }
a { background-color: rgb(53,67,31); }
div.DivClassName
{
background-color: #35431F;
}
.BgClassName
{
background-color: #35431F;
}
</style>
border-color css
<style>
span { border-color: #35431F; }
span { border-color: rgb(53,67,31); }
td.TdClassName
{
border-color: #35431F;
}
.TagClassName
{
border-color: #35431F;
}
</style>