Shades of Seaweed #36412B
Tints of Seaweed #36412B
RGB
CMYK
RGB Variations
Color information
#36412B (or 0x36412B) is known color: Seaweed. HEX triplet: 36, 41 and 2B. RGB value is (54,65,43). Sum of RGB (Red+Green+Blue) = 54+65+43=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #36412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36412B is #C9BED4. Grayscale: #3B3B3B. Windows color (decimal): -13221589 or 2834742. OLE color: 2834742.
HSL color Cylindrical-coordinate representation of color #36412B: hue angle of 90º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #36412B is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 65 | 43 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.75 |
| HSL | 90º | 0.2% | 0.21% | - |
| HSV(B) | 90º | 0.34% | 0.25% | - |
| XYZ | 3.85 | 4.74 | 3 | - |
| YUV | 59.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 43 | 0.17 | 0 | 0.34 | 0.75 | 90 | 0.2 | 0.21 |
| Hex | 36 | 41 | 2B | 11 | 0 | 22 | 4B | 5A | 14 | 15 |
| Octal | 66 | 101 | 53 | 21 | 0 | 42 | 113 | 132 | 24 | 25 |
| Binary | 110110 | 1000001 | 101011 | 10001 | 0 | 100010 | 1001011 | 1011010 | 10100 | 10101 |
Color Harmonies of #36412B
Complementary color
Monochromatic Colors of #36412B
Black with #36412B
Text Example
Text Example
White with #36412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36412B; }
p { color: rgb(54,65,43); }
H1.HeaderClassName
{
color: #36412B;
}
.AnyTagClassName
{
color: #36412B;
}
</style>
background-color css
<style>
a { background-color: #36412B; }
a { background-color: rgb(54,65,43); }
div.DivClassName
{
background-color: #36412B;
}
.BgClassName
{
background-color: #36412B;
}
</style>
border-color css
<style>
span { border-color: #36412B; }
span { border-color: rgb(54,65,43); }
td.TdClassName
{
border-color: #36412B;
}
.TagClassName
{
border-color: #36412B;
}
</style>