Shades of Seaweed #38501C
Tints of Seaweed #38501C
RGB
CMYK
RGB Variations
Color information
#38501C (or 0x38501C) is known color: Seaweed. HEX triplet: 38, 50 and 1C. RGB value is (56,80,28). Sum of RGB (Red+Green+Blue) = 56+80+28=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #38501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38501C is #C7AFE3. Grayscale: #434343. Windows color (decimal): -13086692 or 1855544. OLE color: 1855544.
HSL color Cylindrical-coordinate representation of color #38501C: hue angle of 87.69º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38501C is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 80 | 28 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.69 |
| HSL | 87.69º | 0.48% | 0.21% | - |
| HSV(B) | 87.69º | 0.65% | 0.31% | - |
| XYZ | 4.71 | 6.66 | 2.14 | - |
| YUV | 66.9 | 106.05 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 28 | 0.30 | 0 | 0.65 | 0.69 | 87.69 | 0.48 | 0.21 |
| Hex | 38 | 50 | 1C | 1E | 0 | 41 | 45 | 58 | 30 | 15 |
| Octal | 70 | 120 | 34 | 36 | 0 | 101 | 105 | 130 | 60 | 25 |
| Binary | 111000 | 1010000 | 11100 | 11110 | 0 | 1000001 | 1000101 | 1011000 | 110000 | 10101 |
Color Harmonies of #38501C
Complementary color
Monochromatic Colors of #38501C
Black with #38501C
Text Example
Text Example
White with #38501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38501C; }
p { color: rgb(56,80,28); }
H1.HeaderClassName
{
color: #38501C;
}
.AnyTagClassName
{
color: #38501C;
}
</style>
background-color css
<style>
a { background-color: #38501C; }
a { background-color: rgb(56,80,28); }
div.DivClassName
{
background-color: #38501C;
}
.BgClassName
{
background-color: #38501C;
}
</style>
border-color css
<style>
span { border-color: #38501C; }
span { border-color: rgb(56,80,28); }
td.TdClassName
{
border-color: #38501C;
}
.TagClassName
{
border-color: #38501C;
}
</style>