Shades of Seaweed #35402A
Tints of Seaweed #35402A
RGB
CMYK
RGB Variations
Color information
#35402A (or 0x35402A) is known color: Seaweed. HEX triplet: 35, 40 and 2A. RGB value is (53,64,42). Sum of RGB (Red+Green+Blue) = 53+64+42=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 64 - color contains mainly: green. Hex color #35402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35402A is #CABFD5. Grayscale: #3A3A3A. Windows color (decimal): -13287382 or 2768949. OLE color: 2768949.
HSL color Cylindrical-coordinate representation of color #35402A: hue angle of 90º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #35402A is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 42 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.75 |
| HSL | 90º | 0.21% | 0.21% | - |
| HSV(B) | 90º | 0.34% | 0.25% | - |
| XYZ | 3.72 | 4.59 | 2.88 | - |
| YUV | 58.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 42 | 0.17 | 0 | 0.34 | 0.75 | 90 | 0.21 | 0.21 |
| Hex | 35 | 40 | 2A | 11 | 0 | 22 | 4B | 5A | 15 | 15 |
| Octal | 65 | 100 | 52 | 21 | 0 | 42 | 113 | 132 | 25 | 25 |
| Binary | 110101 | 1000000 | 101010 | 10001 | 0 | 100010 | 1001011 | 1011010 | 10101 | 10101 |
Color Harmonies of #35402A
Complementary color
Monochromatic Colors of #35402A
Black with #35402A
Text Example
Text Example
White with #35402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35402A; }
p { color: rgb(53,64,42); }
H1.HeaderClassName
{
color: #35402A;
}
.AnyTagClassName
{
color: #35402A;
}
</style>
background-color css
<style>
a { background-color: #35402A; }
a { background-color: rgb(53,64,42); }
div.DivClassName
{
background-color: #35402A;
}
.BgClassName
{
background-color: #35402A;
}
</style>
border-color css
<style>
span { border-color: #35402A; }
span { border-color: rgb(53,64,42); }
td.TdClassName
{
border-color: #35402A;
}
.TagClassName
{
border-color: #35402A;
}
</style>