Shades of Seaweed #364D1B
Tints of Seaweed #364D1B
RGB
CMYK
RGB Variations
Color information
#364D1B (or 0x364D1B) is known color: Seaweed. HEX triplet: 36, 4D and 1B. RGB value is (54,77,27). Sum of RGB (Red+Green+Blue) = 54+77+27=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #364D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D1B is #C9B2E4. Grayscale: #404040. Windows color (decimal): -13218533 or 1789238. OLE color: 1789238.
HSL color Cylindrical-coordinate representation of color #364D1B: hue angle of 87.6º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #364D1B is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 77 | 27 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.70 |
| HSL | 87.6º | 0.48% | 0.2% | - |
| HSV(B) | 87.6º | 0.65% | 0.3% | - |
| XYZ | 4.37 | 6.17 | 2 | - |
| YUV | 64.42 | 106.88 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 27 | 0.30 | 0 | 0.65 | 0.70 | 87.6 | 0.48 | 0.2 |
| Hex | 36 | 4D | 1B | 1E | 0 | 41 | 46 | 58 | 30 | 14 |
| Octal | 66 | 115 | 33 | 36 | 0 | 101 | 106 | 130 | 60 | 24 |
| Binary | 110110 | 1001101 | 11011 | 11110 | 0 | 1000001 | 1000110 | 1011000 | 110000 | 10100 |
Color Harmonies of #364D1B
Complementary color
Monochromatic Colors of #364D1B
Black with #364D1B
Text Example
Text Example
White with #364D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D1B; }
p { color: rgb(54,77,27); }
H1.HeaderClassName
{
color: #364D1B;
}
.AnyTagClassName
{
color: #364D1B;
}
</style>
background-color css
<style>
a { background-color: #364D1B; }
a { background-color: rgb(54,77,27); }
div.DivClassName
{
background-color: #364D1B;
}
.BgClassName
{
background-color: #364D1B;
}
</style>
border-color css
<style>
span { border-color: #364D1B; }
span { border-color: rgb(54,77,27); }
td.TdClassName
{
border-color: #364D1B;
}
.TagClassName
{
border-color: #364D1B;
}
</style>