Shades of Seaweed #38551B
Tints of Seaweed #38551B
RGB
CMYK
RGB Variations
Color information
#38551B (or 0x38551B) is known color: Seaweed. HEX triplet: 38, 55 and 1B. RGB value is (56,85,27). Sum of RGB (Red+Green+Blue) = 56+85+27=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #38551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38551B is #C7AAE4. Grayscale: #454545. Windows color (decimal): -13085413 or 1791288. OLE color: 1791288.
HSL color Cylindrical-coordinate representation of color #38551B: hue angle of 90º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38551B is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 85 | 27 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.67 |
| HSL | 90º | 0.52% | 0.22% | - |
| HSV(B) | 90º | 0.68% | 0.33% | - |
| XYZ | 5.08 | 7.42 | 2.2 | - |
| YUV | 69.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 27 | 0.34 | 0 | 0.68 | 0.67 | 90 | 0.52 | 0.22 |
| Hex | 38 | 55 | 1B | 22 | 0 | 44 | 43 | 5A | 34 | 16 |
| Octal | 70 | 125 | 33 | 42 | 0 | 104 | 103 | 132 | 64 | 26 |
| Binary | 111000 | 1010101 | 11011 | 100010 | 0 | 1000100 | 1000011 | 1011010 | 110100 | 10110 |
Color Harmonies of #38551B
Complementary color
Monochromatic Colors of #38551B
Black with #38551B
Text Example
Text Example
White with #38551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38551B; }
p { color: rgb(56,85,27); }
H1.HeaderClassName
{
color: #38551B;
}
.AnyTagClassName
{
color: #38551B;
}
</style>
background-color css
<style>
a { background-color: #38551B; }
a { background-color: rgb(56,85,27); }
div.DivClassName
{
background-color: #38551B;
}
.BgClassName
{
background-color: #38551B;
}
</style>
border-color css
<style>
span { border-color: #38551B; }
span { border-color: rgb(56,85,27); }
td.TdClassName
{
border-color: #38551B;
}
.TagClassName
{
border-color: #38551B;
}
</style>