Shades of Seaweed #353E27
Tints of Seaweed #353E27
RGB
CMYK
RGB Variations
Color information
#353E27 (or 0x353E27) is known color: Seaweed. HEX triplet: 35, 3E and 27. RGB value is (53,62,39). Sum of RGB (Red+Green+Blue) = 53+62+39=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 62 - color contains mainly: green. Hex color #353E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E27 is #CAC1D8. Grayscale: #383838. Windows color (decimal): -13287897 or 2571829. OLE color: 2571829.
HSL color Cylindrical-coordinate representation of color #353E27: hue angle of 83.48º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #353E27 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 62 | 39 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.76 |
| HSL | 83.48º | 0.23% | 0.2% | - |
| HSV(B) | 83.48º | 0.37% | 0.24% | - |
| XYZ | 3.56 | 4.35 | 2.57 | - |
| YUV | 56.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 39 | 0.15 | 0 | 0.37 | 0.76 | 83.48 | 0.23 | 0.2 |
| Hex | 35 | 3E | 27 | F | 0 | 25 | 4C | 53 | 17 | 14 |
| Octal | 65 | 76 | 47 | 17 | 0 | 45 | 114 | 123 | 27 | 24 |
| Binary | 110101 | 111110 | 100111 | 1111 | 0 | 100101 | 1001100 | 1010011 | 10111 | 10100 |
Color Harmonies of #353E27
Complementary color
Monochromatic Colors of #353E27
Black with #353E27
Text Example
Text Example
White with #353E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E27; }
p { color: rgb(53,62,39); }
H1.HeaderClassName
{
color: #353E27;
}
.AnyTagClassName
{
color: #353E27;
}
</style>
background-color css
<style>
a { background-color: #353E27; }
a { background-color: rgb(53,62,39); }
div.DivClassName
{
background-color: #353E27;
}
.BgClassName
{
background-color: #353E27;
}
</style>
border-color css
<style>
span { border-color: #353E27; }
span { border-color: rgb(53,62,39); }
td.TdClassName
{
border-color: #353E27;
}
.TagClassName
{
border-color: #353E27;
}
</style>