Shades of Seaweed #355B14
Tints of Seaweed #355B14
RGB
CMYK
RGB Variations
Color information
#355B14 (or 0x355B14) is known color: Seaweed. HEX triplet: 35, 5B and 14. RGB value is (53,91,20). Sum of RGB (Red+Green+Blue) = 53+91+20=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #355B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355B14 is #CAA4EB. Grayscale: #474747. Windows color (decimal): -13280492 or 1334069. OLE color: 1334069.
HSL color Cylindrical-coordinate representation of color #355B14: hue angle of 92.11º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #355B14 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 91 | 20 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.64 |
| HSL | 92.11º | 0.64% | 0.22% | - |
| HSV(B) | 92.11º | 0.78% | 0.36% | - |
| XYZ | 5.34 | 8.29 | 1.98 | - |
| YUV | 71.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 20 | 0.42 | 0 | 0.78 | 0.64 | 92.11 | 0.64 | 0.22 |
| Hex | 35 | 5B | 14 | 2A | 0 | 4E | 40 | 5C | 40 | 16 |
| Octal | 65 | 133 | 24 | 52 | 0 | 116 | 100 | 134 | 100 | 26 |
| Binary | 110101 | 1011011 | 10100 | 101010 | 0 | 1001110 | 1000000 | 1011100 | 1000000 | 10110 |
Color Harmonies of #355B14
Complementary color
Monochromatic Colors of #355B14
Black with #355B14
Text Example
Text Example
White with #355B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B14; }
p { color: rgb(53,91,20); }
H1.HeaderClassName
{
color: #355B14;
}
.AnyTagClassName
{
color: #355B14;
}
</style>
background-color css
<style>
a { background-color: #355B14; }
a { background-color: rgb(53,91,20); }
div.DivClassName
{
background-color: #355B14;
}
.BgClassName
{
background-color: #355B14;
}
</style>
border-color css
<style>
span { border-color: #355B14; }
span { border-color: rgb(53,91,20); }
td.TdClassName
{
border-color: #355B14;
}
.TagClassName
{
border-color: #355B14;
}
</style>