Shades of Seaweed #38561B
Tints of Seaweed #38561B
RGB
CMYK
RGB Variations
Color information
#38561B (or 0x38561B) is known color: Seaweed. HEX triplet: 38, 56 and 1B. RGB value is (56,86,27). Sum of RGB (Red+Green+Blue) = 56+86+27=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #38561B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38561B is #C7A9E4. Grayscale: #464646. Windows color (decimal): -13085157 or 1791544. OLE color: 1791544.
HSL color Cylindrical-coordinate representation of color #38561B: hue angle of 90.51º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38561B is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 86 | 27 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.66 |
| HSL | 90.51º | 0.52% | 0.22% | - |
| HSV(B) | 90.51º | 0.69% | 0.34% | - |
| XYZ | 5.16 | 7.58 | 2.23 | - |
| YUV | 70.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 27 | 0.35 | 0 | 0.69 | 0.66 | 90.51 | 0.52 | 0.22 |
| Hex | 38 | 56 | 1B | 23 | 0 | 45 | 42 | 5B | 34 | 16 |
| Octal | 70 | 126 | 33 | 43 | 0 | 105 | 102 | 133 | 64 | 26 |
| Binary | 111000 | 1010110 | 11011 | 100011 | 0 | 1000101 | 1000010 | 1011011 | 110100 | 10110 |
Color Harmonies of #38561B
Complementary color
Monochromatic Colors of #38561B
Black with #38561B
Text Example
Text Example
White with #38561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38561B; }
p { color: rgb(56,86,27); }
H1.HeaderClassName
{
color: #38561B;
}
.AnyTagClassName
{
color: #38561B;
}
</style>
background-color css
<style>
a { background-color: #38561B; }
a { background-color: rgb(56,86,27); }
div.DivClassName
{
background-color: #38561B;
}
.BgClassName
{
background-color: #38561B;
}
</style>
border-color css
<style>
span { border-color: #38561B; }
span { border-color: rgb(56,86,27); }
td.TdClassName
{
border-color: #38561B;
}
.TagClassName
{
border-color: #38561B;
}
</style>