Shades of Seaweed #35521A
Tints of Seaweed #35521A
RGB
CMYK
RGB Variations
Color information
#35521A (or 0x35521A) is known color: Seaweed. HEX triplet: 35, 52 and 1A. RGB value is (53,82,26). Sum of RGB (Red+Green+Blue) = 53+82+26=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #35521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35521A is #CAADE5. Grayscale: #434343. Windows color (decimal): -13282790 or 1724981. OLE color: 1724981.
HSL color Cylindrical-coordinate representation of color #35521A: hue angle of 91.07º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35521A is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 82 | 26 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.68 |
| HSL | 91.07º | 0.52% | 0.21% | - |
| HSV(B) | 91.07º | 0.68% | 0.32% | - |
| XYZ | 4.67 | 6.87 | 2.06 | - |
| YUV | 66.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 26 | 0.35 | 0 | 0.68 | 0.68 | 91.07 | 0.52 | 0.21 |
| Hex | 35 | 52 | 1A | 23 | 0 | 44 | 44 | 5B | 34 | 15 |
| Octal | 65 | 122 | 32 | 43 | 0 | 104 | 104 | 133 | 64 | 25 |
| Binary | 110101 | 1010010 | 11010 | 100011 | 0 | 1000100 | 1000100 | 1011011 | 110100 | 10101 |
Color Harmonies of #35521A
Complementary color
Monochromatic Colors of #35521A
Black with #35521A
Text Example
Text Example
White with #35521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35521A; }
p { color: rgb(53,82,26); }
H1.HeaderClassName
{
color: #35521A;
}
.AnyTagClassName
{
color: #35521A;
}
</style>
background-color css
<style>
a { background-color: #35521A; }
a { background-color: rgb(53,82,26); }
div.DivClassName
{
background-color: #35521A;
}
.BgClassName
{
background-color: #35521A;
}
</style>
border-color css
<style>
span { border-color: #35521A; }
span { border-color: rgb(53,82,26); }
td.TdClassName
{
border-color: #35521A;
}
.TagClassName
{
border-color: #35521A;
}
</style>