Shades of Seaweed #36412A
Tints of Seaweed #36412A
RGB
CMYK
RGB Variations
Color information
#36412A (or 0x36412A) is known color: Seaweed. HEX triplet: 36, 41 and 2A. RGB value is (54,65,42). Sum of RGB (Red+Green+Blue) = 54+65+42=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #36412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36412A is #C9BED5. Grayscale: #3B3B3B. Windows color (decimal): -13221590 or 2769206. OLE color: 2769206.
HSL color Cylindrical-coordinate representation of color #36412A: hue angle of 88.7º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #36412A is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 65 | 42 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.75 |
| HSL | 88.7º | 0.21% | 0.21% | - |
| HSV(B) | 88.7º | 0.35% | 0.25% | - |
| XYZ | 3.83 | 4.73 | 2.9 | - |
| YUV | 59.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 42 | 0.17 | 0 | 0.35 | 0.75 | 88.7 | 0.21 | 0.21 |
| Hex | 36 | 41 | 2A | 11 | 0 | 23 | 4B | 59 | 15 | 15 |
| Octal | 66 | 101 | 52 | 21 | 0 | 43 | 113 | 131 | 25 | 25 |
| Binary | 110110 | 1000001 | 101010 | 10001 | 0 | 100011 | 1001011 | 1011001 | 10101 | 10101 |
Color Harmonies of #36412A
Complementary color
Monochromatic Colors of #36412A
Black with #36412A
Text Example
Text Example
White with #36412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36412A; }
p { color: rgb(54,65,42); }
H1.HeaderClassName
{
color: #36412A;
}
.AnyTagClassName
{
color: #36412A;
}
</style>
background-color css
<style>
a { background-color: #36412A; }
a { background-color: rgb(54,65,42); }
div.DivClassName
{
background-color: #36412A;
}
.BgClassName
{
background-color: #36412A;
}
</style>
border-color css
<style>
span { border-color: #36412A; }
span { border-color: rgb(54,65,42); }
td.TdClassName
{
border-color: #36412A;
}
.TagClassName
{
border-color: #36412A;
}
</style>