Shades of Seaweed #35412A
Tints of Seaweed #35412A
RGB
CMYK
RGB Variations
Color information
#35412A (or 0x35412A) is known color: Seaweed. HEX triplet: 35, 41 and 2A. RGB value is (53,65,42). Sum of RGB (Red+Green+Blue) = 53+65+42=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #35412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35412A is #CABED5. Grayscale: #3A3A3A. Windows color (decimal): -13287126 or 2769205. OLE color: 2769205.
HSL color Cylindrical-coordinate representation of color #35412A: hue angle of 91.3º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35412A is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 65 | 42 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.75 |
| HSL | 91.3º | 0.21% | 0.21% | - |
| HSV(B) | 91.3º | 0.35% | 0.25% | - |
| XYZ | 3.78 | 4.7 | 2.9 | - |
| YUV | 58.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 42 | 0.18 | 0 | 0.35 | 0.75 | 91.3 | 0.21 | 0.21 |
| Hex | 35 | 41 | 2A | 12 | 0 | 23 | 4B | 5B | 15 | 15 |
| Octal | 65 | 101 | 52 | 22 | 0 | 43 | 113 | 133 | 25 | 25 |
| Binary | 110101 | 1000001 | 101010 | 10010 | 0 | 100011 | 1001011 | 1011011 | 10101 | 10101 |
Color Harmonies of #35412A
Complementary color
Monochromatic Colors of #35412A
Black with #35412A
Text Example
Text Example
White with #35412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35412A; }
p { color: rgb(53,65,42); }
H1.HeaderClassName
{
color: #35412A;
}
.AnyTagClassName
{
color: #35412A;
}
</style>
background-color css
<style>
a { background-color: #35412A; }
a { background-color: rgb(53,65,42); }
div.DivClassName
{
background-color: #35412A;
}
.BgClassName
{
background-color: #35412A;
}
</style>
border-color css
<style>
span { border-color: #35412A; }
span { border-color: rgb(53,65,42); }
td.TdClassName
{
border-color: #35412A;
}
.TagClassName
{
border-color: #35412A;
}
</style>