Shades of Seaweed #355319
Tints of Seaweed #355319
RGB
CMYK
RGB Variations
Color information
#355319 (or 0x355319) is known color: Seaweed. HEX triplet: 35, 53 and 19. RGB value is (53,83,25). Sum of RGB (Red+Green+Blue) = 53+83+25=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #355319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355319 is #CAACE6. Grayscale: #434343. Windows color (decimal): -13282535 or 1659701. OLE color: 1659701.
HSL color Cylindrical-coordinate representation of color #355319: hue angle of 91.03º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #355319 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 83 | 25 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.67 |
| HSL | 91.03º | 0.54% | 0.21% | - |
| HSV(B) | 91.03º | 0.7% | 0.33% | - |
| XYZ | 4.74 | 7.01 | 2.02 | - |
| YUV | 67.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 25 | 0.36 | 0 | 0.70 | 0.67 | 91.03 | 0.54 | 0.21 |
| Hex | 35 | 53 | 19 | 24 | 0 | 46 | 43 | 5B | 36 | 15 |
| Octal | 65 | 123 | 31 | 44 | 0 | 106 | 103 | 133 | 66 | 25 |
| Binary | 110101 | 1010011 | 11001 | 100100 | 0 | 1000110 | 1000011 | 1011011 | 110110 | 10101 |
Color Harmonies of #355319
Complementary color
Monochromatic Colors of #355319
Black with #355319
Text Example
Text Example
White with #355319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355319; }
p { color: rgb(53,83,25); }
H1.HeaderClassName
{
color: #355319;
}
.AnyTagClassName
{
color: #355319;
}
</style>
background-color css
<style>
a { background-color: #355319; }
a { background-color: rgb(53,83,25); }
div.DivClassName
{
background-color: #355319;
}
.BgClassName
{
background-color: #355319;
}
</style>
border-color css
<style>
span { border-color: #355319; }
span { border-color: rgb(53,83,25); }
td.TdClassName
{
border-color: #355319;
}
.TagClassName
{
border-color: #355319;
}
</style>