Shades of Seaweed #363F2A
Tints of Seaweed #363F2A
RGB
CMYK
RGB Variations
Color information
#363F2A (or 0x363F2A) is known color: Seaweed. HEX triplet: 36, 3F and 2A. RGB value is (54,63,42). Sum of RGB (Red+Green+Blue) = 54+63+42=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 63 - color contains mainly: green. Hex color #363F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363F2A is #C9C0D5. Grayscale: #393939. Windows color (decimal): -13222102 or 2768694. OLE color: 2768694.
HSL color Cylindrical-coordinate representation of color #363F2A: hue angle of 85.71º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #363F2A is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 63 | 42 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.75 |
| HSL | 85.71º | 0.2% | 0.21% | - |
| HSV(B) | 85.71º | 0.33% | 0.25% | - |
| XYZ | 3.72 | 4.51 | 2.86 | - |
| YUV | 57.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 42 | 0.14 | 0 | 0.33 | 0.75 | 85.71 | 0.2 | 0.21 |
| Hex | 36 | 3F | 2A | E | 0 | 21 | 4B | 56 | 14 | 15 |
| Octal | 66 | 77 | 52 | 16 | 0 | 41 | 113 | 126 | 24 | 25 |
| Binary | 110110 | 111111 | 101010 | 1110 | 0 | 100001 | 1001011 | 1010110 | 10100 | 10101 |
Color Harmonies of #363F2A
Complementary color
Monochromatic Colors of #363F2A
Black with #363F2A
Text Example
Text Example
White with #363F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F2A; }
p { color: rgb(54,63,42); }
H1.HeaderClassName
{
color: #363F2A;
}
.AnyTagClassName
{
color: #363F2A;
}
</style>
background-color css
<style>
a { background-color: #363F2A; }
a { background-color: rgb(54,63,42); }
div.DivClassName
{
background-color: #363F2A;
}
.BgClassName
{
background-color: #363F2A;
}
</style>
border-color css
<style>
span { border-color: #363F2A; }
span { border-color: rgb(54,63,42); }
td.TdClassName
{
border-color: #363F2A;
}
.TagClassName
{
border-color: #363F2A;
}
</style>