Shades of Seaweed #38511F
Tints of Seaweed #38511F
RGB
CMYK
RGB Variations
Color information
#38511F (or 0x38511F) is known color: Seaweed. HEX triplet: 38, 51 and 1F. RGB value is (56,81,31). Sum of RGB (Red+Green+Blue) = 56+81+31=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #38511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38511F is #C7AEE0. Grayscale: #444444. Windows color (decimal): -13086433 or 2052408. OLE color: 2052408.
HSL color Cylindrical-coordinate representation of color #38511F: hue angle of 90º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38511F is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 81 | 31 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.68 |
| HSL | 90º | 0.45% | 0.22% | - |
| HSV(B) | 90º | 0.62% | 0.32% | - |
| XYZ | 4.82 | 6.82 | 2.36 | - |
| YUV | 67.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 31 | 0.31 | 0 | 0.62 | 0.68 | 90 | 0.45 | 0.22 |
| Hex | 38 | 51 | 1F | 1F | 0 | 3E | 44 | 5A | 2D | 16 |
| Octal | 70 | 121 | 37 | 37 | 0 | 76 | 104 | 132 | 55 | 26 |
| Binary | 111000 | 1010001 | 11111 | 11111 | 0 | 111110 | 1000100 | 1011010 | 101101 | 10110 |
Color Harmonies of #38511F
Complementary color
Monochromatic Colors of #38511F
Black with #38511F
Text Example
Text Example
White with #38511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38511F; }
p { color: rgb(56,81,31); }
H1.HeaderClassName
{
color: #38511F;
}
.AnyTagClassName
{
color: #38511F;
}
</style>
background-color css
<style>
a { background-color: #38511F; }
a { background-color: rgb(56,81,31); }
div.DivClassName
{
background-color: #38511F;
}
.BgClassName
{
background-color: #38511F;
}
</style>
border-color css
<style>
span { border-color: #38511F; }
span { border-color: rgb(56,81,31); }
td.TdClassName
{
border-color: #38511F;
}
.TagClassName
{
border-color: #38511F;
}
</style>