Shades of Seaweed #38561C
Tints of Seaweed #38561C
RGB
CMYK
RGB Variations
Color information
#38561C (or 0x38561C) is known color: Seaweed. HEX triplet: 38, 56 and 1C. RGB value is (56,86,28). Sum of RGB (Red+Green+Blue) = 56+86+28=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 86 (33.98% from 255 or 50.59% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 86 - color contains mainly: green. Hex color #38561C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38561C is #C7A9E3. Grayscale: #464646. Windows color (decimal): -13085156 or 1857080. OLE color: 1857080.
HSL color Cylindrical-coordinate representation of color #38561C: hue angle of 91.03º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38561C is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 86 | 28 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.66 |
| HSL | 91.03º | 0.51% | 0.22% | - |
| HSV(B) | 91.03º | 0.67% | 0.34% | - |
| XYZ | 5.17 | 7.58 | 2.29 | - |
| YUV | 70.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 28 | 0.35 | 0 | 0.67 | 0.66 | 91.03 | 0.51 | 0.22 |
| Hex | 38 | 56 | 1C | 23 | 0 | 43 | 42 | 5B | 33 | 16 |
| Octal | 70 | 126 | 34 | 43 | 0 | 103 | 102 | 133 | 63 | 26 |
| Binary | 111000 | 1010110 | 11100 | 100011 | 0 | 1000011 | 1000010 | 1011011 | 110011 | 10110 |
Color Harmonies of #38561C
Complementary color
Monochromatic Colors of #38561C
Black with #38561C
Text Example
Text Example
White with #38561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38561C; }
p { color: rgb(56,86,28); }
H1.HeaderClassName
{
color: #38561C;
}
.AnyTagClassName
{
color: #38561C;
}
</style>
background-color css
<style>
a { background-color: #38561C; }
a { background-color: rgb(56,86,28); }
div.DivClassName
{
background-color: #38561C;
}
.BgClassName
{
background-color: #38561C;
}
</style>
border-color css
<style>
span { border-color: #38561C; }
span { border-color: rgb(56,86,28); }
td.TdClassName
{
border-color: #38561C;
}
.TagClassName
{
border-color: #38561C;
}
</style>