Shades of Seaweed #354D17
Tints of Seaweed #354D17
RGB
CMYK
RGB Variations
Color information
#354D17 (or 0x354D17) is known color: Seaweed. HEX triplet: 35, 4D and 17. RGB value is (53,77,23). Sum of RGB (Red+Green+Blue) = 53+77+23=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #354D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354D17 is #CAB2E8. Grayscale: #3F3F3F. Windows color (decimal): -13284073 or 1527093. OLE color: 1527093.
HSL color Cylindrical-coordinate representation of color #354D17: hue angle of 86.67º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354D17 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 23 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.70 |
| HSL | 86.67º | 0.54% | 0.2% | - |
| HSV(B) | 86.67º | 0.7% | 0.3% | - |
| XYZ | 4.28 | 6.13 | 1.77 | - |
| YUV | 63.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 23 | 0.31 | 0 | 0.70 | 0.70 | 86.67 | 0.54 | 0.2 |
| Hex | 35 | 4D | 17 | 1F | 0 | 46 | 46 | 57 | 36 | 14 |
| Octal | 65 | 115 | 27 | 37 | 0 | 106 | 106 | 127 | 66 | 24 |
| Binary | 110101 | 1001101 | 10111 | 11111 | 0 | 1000110 | 1000110 | 1010111 | 110110 | 10100 |
Color Harmonies of #354D17
Complementary color
Monochromatic Colors of #354D17
Black with #354D17
Text Example
Text Example
White with #354D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D17; }
p { color: rgb(53,77,23); }
H1.HeaderClassName
{
color: #354D17;
}
.AnyTagClassName
{
color: #354D17;
}
</style>
background-color css
<style>
a { background-color: #354D17; }
a { background-color: rgb(53,77,23); }
div.DivClassName
{
background-color: #354D17;
}
.BgClassName
{
background-color: #354D17;
}
</style>
border-color css
<style>
span { border-color: #354D17; }
span { border-color: rgb(53,77,23); }
td.TdClassName
{
border-color: #354D17;
}
.TagClassName
{
border-color: #354D17;
}
</style>