Shades of Seaweed #353E25
Tints of Seaweed #353E25
RGB
CMYK
RGB Variations
Color information
#353E25 (or 0x353E25) is known color: Seaweed. HEX triplet: 35, 3E and 25. RGB value is (53,62,37). Sum of RGB (Red+Green+Blue) = 53+62+37=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #353E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E25 is #CAC1DA. Grayscale: #383838. Windows color (decimal): -13287899 or 2440757. OLE color: 2440757.
HSL color Cylindrical-coordinate representation of color #353E25: hue angle of 81.6º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353E25 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 62 | 37 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.76 |
| HSL | 81.6º | 0.25% | 0.19% | - |
| HSV(B) | 81.6º | 0.4% | 0.24% | - |
| XYZ | 3.52 | 4.34 | 2.4 | - |
| YUV | 56.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 37 | 0.15 | 0 | 0.40 | 0.76 | 81.6 | 0.25 | 0.19 |
| Hex | 35 | 3E | 25 | F | 0 | 28 | 4C | 52 | 19 | 13 |
| Octal | 65 | 76 | 45 | 17 | 0 | 50 | 114 | 122 | 31 | 23 |
| Binary | 110101 | 111110 | 100101 | 1111 | 0 | 101000 | 1001100 | 1010010 | 11001 | 10011 |
Color Harmonies of #353E25
Complementary color
Monochromatic Colors of #353E25
Black with #353E25
Text Example
Text Example
White with #353E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E25; }
p { color: rgb(53,62,37); }
H1.HeaderClassName
{
color: #353E25;
}
.AnyTagClassName
{
color: #353E25;
}
</style>
background-color css
<style>
a { background-color: #353E25; }
a { background-color: rgb(53,62,37); }
div.DivClassName
{
background-color: #353E25;
}
.BgClassName
{
background-color: #353E25;
}
</style>
border-color css
<style>
span { border-color: #353E25; }
span { border-color: rgb(53,62,37); }
td.TdClassName
{
border-color: #353E25;
}
.TagClassName
{
border-color: #353E25;
}
</style>