Shades of Seaweed #353E2D
Tints of Seaweed #353E2D
RGB
CMYK
RGB Variations
Color information
#353E2D (or 0x353E2D) is known color: Seaweed. HEX triplet: 35, 3E and 2D. RGB value is (53,62,45). Sum of RGB (Red+Green+Blue) = 53+62+45=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 62 - color contains mainly: green. Hex color #353E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E2D is #CAC1D2. Grayscale: #393939. Windows color (decimal): -13287891 or 2965045. OLE color: 2965045.
HSL color Cylindrical-coordinate representation of color #353E2D: hue angle of 91.76º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #353E2D is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
RGB | 53 | 62 | 45 | - |
CMYK | 0.15 | 0 | 0.27 | 0.76 |
HSL | 91.76º | 0.16% | 0.21% | - |
HSV(B) | 91.76º | 0.27% | 0.24% | - |
XYZ | 3.66 | 4.39 | 3.14 | - |
YUV | 57.37 | 121.02 | 124.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 62 | 45 | 0.15 | 0 | 0.27 | 0.76 | 91.76 | 0.16 | 0.21 |
Hex | 35 | 3E | 2D | F | 0 | 1B | 4C | 5C | 10 | 15 |
Octal | 65 | 76 | 55 | 17 | 0 | 33 | 114 | 134 | 20 | 25 |
Binary | 110101 | 111110 | 101101 | 1111 | 0 | 11011 | 1001100 | 1011100 | 10000 | 10101 |
Color Harmonies of #353E2D
Complementary color
Monochromatic Colors of #353E2D
Black with #353E2D
Text Example
Text Example
White with #353E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E2D; }
p { color: rgb(53,62,45); }
H1.HeaderClassName
{
color: #353E2D;
}
.AnyTagClassName
{
color: #353E2D;
}
</style>
background-color css
<style>
a { background-color: #353E2D; }
a { background-color: rgb(53,62,45); }
div.DivClassName
{
background-color: #353E2D;
}
.BgClassName
{
background-color: #353E2D;
}
</style>
border-color css
<style>
span { border-color: #353E2D; }
span { border-color: rgb(53,62,45); }
td.TdClassName
{
border-color: #353E2D;
}
.TagClassName
{
border-color: #353E2D;
}
</style>