Shades of Seaweed #363A32
Tints of Seaweed #363A32
RGB
CMYK
RGB Variations
Color information
#363A32 (or 0x363A32) is known color: Seaweed. HEX triplet: 36, 3A and 32. RGB value is (54,58,50). Sum of RGB (Red+Green+Blue) = 54+58+50=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 58 - color contains mainly: green. Hex color #363A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A32 is #C9C5CD. Grayscale: #373737. Windows color (decimal): -13223374 or 3291702. OLE color: 3291702.
HSL color Cylindrical-coordinate representation of color #363A32: hue angle of 90º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #363A32 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 58 | 50 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.77 |
| HSL | 90º | 0.07% | 0.21% | - |
| HSV(B) | 90º | 0.14% | 0.23% | - |
| XYZ | 3.61 | 4.04 | 3.61 | - |
| YUV | 55.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 50 | 0.07 | 0 | 0.14 | 0.77 | 90 | 0.07 | 0.21 |
| Hex | 36 | 3A | 32 | 7 | 0 | E | 4D | 5A | 7 | 15 |
| Octal | 66 | 72 | 62 | 7 | 0 | 16 | 115 | 132 | 7 | 25 |
| Binary | 110110 | 111010 | 110010 | 111 | 0 | 1110 | 1001101 | 1011010 | 111 | 10101 |
Color Harmonies of #363A32
Complementary color
Monochromatic Colors of #363A32
Black with #363A32
Text Example
Text Example
White with #363A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A32; }
p { color: rgb(54,58,50); }
H1.HeaderClassName
{
color: #363A32;
}
.AnyTagClassName
{
color: #363A32;
}
</style>
background-color css
<style>
a { background-color: #363A32; }
a { background-color: rgb(54,58,50); }
div.DivClassName
{
background-color: #363A32;
}
.BgClassName
{
background-color: #363A32;
}
</style>
border-color css
<style>
span { border-color: #363A32; }
span { border-color: rgb(54,58,50); }
td.TdClassName
{
border-color: #363A32;
}
.TagClassName
{
border-color: #363A32;
}
</style>