Shades of Seaweed #363D2F
Tints of Seaweed #363D2F
RGB
CMYK
RGB Variations
Color information
#363D2F (or 0x363D2F) is known color: Seaweed. HEX triplet: 36, 3D and 2F. RGB value is (54,61,47). Sum of RGB (Red+Green+Blue) = 54+61+47=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 61 - color contains mainly: green. Hex color #363D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363D2F is #C9C2D0. Grayscale: #393939. Windows color (decimal): -13222609 or 3095862. OLE color: 3095862.
HSL color Cylindrical-coordinate representation of color #363D2F: hue angle of 90º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #363D2F is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 61 | 47 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.76 |
| HSL | 90º | 0.13% | 0.21% | - |
| HSV(B) | 90º | 0.23% | 0.24% | - |
| XYZ | 3.7 | 4.33 | 3.33 | - |
| YUV | 57.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 47 | 0.11 | 0 | 0.23 | 0.76 | 90 | 0.13 | 0.21 |
| Hex | 36 | 3D | 2F | B | 0 | 17 | 4C | 5A | D | 15 |
| Octal | 66 | 75 | 57 | 13 | 0 | 27 | 114 | 132 | 15 | 25 |
| Binary | 110110 | 111101 | 101111 | 1011 | 0 | 10111 | 1001100 | 1011010 | 1101 | 10101 |
Color Harmonies of #363D2F
Complementary color
Monochromatic Colors of #363D2F
Black with #363D2F
Text Example
Text Example
White with #363D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D2F; }
p { color: rgb(54,61,47); }
H1.HeaderClassName
{
color: #363D2F;
}
.AnyTagClassName
{
color: #363D2F;
}
</style>
background-color css
<style>
a { background-color: #363D2F; }
a { background-color: rgb(54,61,47); }
div.DivClassName
{
background-color: #363D2F;
}
.BgClassName
{
background-color: #363D2F;
}
</style>
border-color css
<style>
span { border-color: #363D2F; }
span { border-color: rgb(54,61,47); }
td.TdClassName
{
border-color: #363D2F;
}
.TagClassName
{
border-color: #363D2F;
}
</style>