Shades of Seaweed #363B30
Tints of Seaweed #363B30
RGB
CMYK
RGB Variations
Color information
#363B30 (or 0x363B30) is known color: Seaweed. HEX triplet: 36, 3B and 30. RGB value is (54,59,48). Sum of RGB (Red+Green+Blue) = 54+59+48=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 59 - color contains mainly: green. Hex color #363B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B30 is #C9C4CF. Grayscale: #383838. Windows color (decimal): -13223120 or 3160886. OLE color: 3160886.
HSL color Cylindrical-coordinate representation of color #363B30: hue angle of 87.27º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #363B30 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 59 | 48 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.77 |
| HSL | 87.27º | 0.1% | 0.21% | - |
| HSV(B) | 87.27º | 0.19% | 0.23% | - |
| XYZ | 3.62 | 4.13 | 3.4 | - |
| YUV | 56.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 48 | 0.08 | 0 | 0.19 | 0.77 | 87.27 | 0.1 | 0.21 |
| Hex | 36 | 3B | 30 | 8 | 0 | 13 | 4D | 57 | A | 15 |
| Octal | 66 | 73 | 60 | 10 | 0 | 23 | 115 | 127 | 12 | 25 |
| Binary | 110110 | 111011 | 110000 | 1000 | 0 | 10011 | 1001101 | 1010111 | 1010 | 10101 |
Color Harmonies of #363B30
Complementary color
Monochromatic Colors of #363B30
Black with #363B30
Text Example
Text Example
White with #363B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B30; }
p { color: rgb(54,59,48); }
H1.HeaderClassName
{
color: #363B30;
}
.AnyTagClassName
{
color: #363B30;
}
</style>
background-color css
<style>
a { background-color: #363B30; }
a { background-color: rgb(54,59,48); }
div.DivClassName
{
background-color: #363B30;
}
.BgClassName
{
background-color: #363B30;
}
</style>
border-color css
<style>
span { border-color: #363B30; }
span { border-color: rgb(54,59,48); }
td.TdClassName
{
border-color: #363B30;
}
.TagClassName
{
border-color: #363B30;
}
</style>