Shades of Seaweed #354127
Tints of Seaweed #354127
RGB
CMYK
RGB Variations
Color information
#354127 (or 0x354127) is known color: Seaweed. HEX triplet: 35, 41 and 27. RGB value is (53,65,39). Sum of RGB (Red+Green+Blue) = 53+65+39=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #354127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354127 is #CABED8. Grayscale: #3A3A3A. Windows color (decimal): -13287129 or 2572597. OLE color: 2572597.
HSL color Cylindrical-coordinate representation of color #354127: hue angle of 87.69º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354127 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 65 | 39 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.75 |
| HSL | 87.69º | 0.25% | 0.2% | - |
| HSV(B) | 87.69º | 0.4% | 0.25% | - |
| XYZ | 3.72 | 4.68 | 2.63 | - |
| YUV | 58.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 39 | 0.18 | 0 | 0.40 | 0.75 | 87.69 | 0.25 | 0.2 |
| Hex | 35 | 41 | 27 | 12 | 0 | 28 | 4B | 58 | 19 | 14 |
| Octal | 65 | 101 | 47 | 22 | 0 | 50 | 113 | 130 | 31 | 24 |
| Binary | 110101 | 1000001 | 100111 | 10010 | 0 | 101000 | 1001011 | 1011000 | 11001 | 10100 |
Color Harmonies of #354127
Complementary color
Monochromatic Colors of #354127
Black with #354127
Text Example
Text Example
White with #354127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354127; }
p { color: rgb(53,65,39); }
H1.HeaderClassName
{
color: #354127;
}
.AnyTagClassName
{
color: #354127;
}
</style>
background-color css
<style>
a { background-color: #354127; }
a { background-color: rgb(53,65,39); }
div.DivClassName
{
background-color: #354127;
}
.BgClassName
{
background-color: #354127;
}
</style>
border-color css
<style>
span { border-color: #354127; }
span { border-color: rgb(53,65,39); }
td.TdClassName
{
border-color: #354127;
}
.TagClassName
{
border-color: #354127;
}
</style>