Shades of Seaweed #38511D
Tints of Seaweed #38511D
RGB
CMYK
RGB Variations
Color information
#38511D (or 0x38511D) is known color: Seaweed. HEX triplet: 38, 51 and 1D. RGB value is (56,81,29). Sum of RGB (Red+Green+Blue) = 56+81+29=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #38511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38511D is #C7AEE2. Grayscale: #434343. Windows color (decimal): -13086435 or 1921336. OLE color: 1921336.
HSL color Cylindrical-coordinate representation of color #38511D: hue angle of 88.85º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38511D is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 81 | 29 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.68 |
| HSL | 88.85º | 0.47% | 0.22% | - |
| HSV(B) | 88.85º | 0.64% | 0.32% | - |
| XYZ | 4.8 | 6.81 | 2.22 | - |
| YUV | 67.6 | 106.22 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 29 | 0.31 | 0 | 0.64 | 0.68 | 88.85 | 0.47 | 0.22 |
| Hex | 38 | 51 | 1D | 1F | 0 | 40 | 44 | 59 | 2F | 16 |
| Octal | 70 | 121 | 35 | 37 | 0 | 100 | 104 | 131 | 57 | 26 |
| Binary | 111000 | 1010001 | 11101 | 11111 | 0 | 1000000 | 1000100 | 1011001 | 101111 | 10110 |
Color Harmonies of #38511D
Complementary color
Monochromatic Colors of #38511D
Black with #38511D
Text Example
Text Example
White with #38511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38511D; }
p { color: rgb(56,81,29); }
H1.HeaderClassName
{
color: #38511D;
}
.AnyTagClassName
{
color: #38511D;
}
</style>
background-color css
<style>
a { background-color: #38511D; }
a { background-color: rgb(56,81,29); }
div.DivClassName
{
background-color: #38511D;
}
.BgClassName
{
background-color: #38511D;
}
</style>
border-color css
<style>
span { border-color: #38511D; }
span { border-color: rgb(56,81,29); }
td.TdClassName
{
border-color: #38511D;
}
.TagClassName
{
border-color: #38511D;
}
</style>