Shades of Seaweed #38531D
Tints of Seaweed #38531D
RGB
CMYK
RGB Variations
Color information
#38531D (or 0x38531D) is known color: Seaweed. HEX triplet: 38, 53 and 1D. RGB value is (56,83,29). Sum of RGB (Red+Green+Blue) = 56+83+29=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #38531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38531D is #C7ACE2. Grayscale: #444444. Windows color (decimal): -13085923 or 1921848. OLE color: 1921848.
HSL color Cylindrical-coordinate representation of color #38531D: hue angle of 90º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38531D is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 83 | 29 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.67 |
| HSL | 90º | 0.48% | 0.22% | - |
| HSV(B) | 90º | 0.65% | 0.33% | - |
| XYZ | 4.95 | 7.12 | 2.28 | - |
| YUV | 68.77 | 105.55 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 29 | 0.33 | 0 | 0.65 | 0.67 | 90 | 0.48 | 0.22 |
| Hex | 38 | 53 | 1D | 21 | 0 | 41 | 43 | 5A | 30 | 16 |
| Octal | 70 | 123 | 35 | 41 | 0 | 101 | 103 | 132 | 60 | 26 |
| Binary | 111000 | 1010011 | 11101 | 100001 | 0 | 1000001 | 1000011 | 1011010 | 110000 | 10110 |
Color Harmonies of #38531D
Complementary color
Monochromatic Colors of #38531D
Black with #38531D
Text Example
Text Example
White with #38531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38531D; }
p { color: rgb(56,83,29); }
H1.HeaderClassName
{
color: #38531D;
}
.AnyTagClassName
{
color: #38531D;
}
</style>
background-color css
<style>
a { background-color: #38531D; }
a { background-color: rgb(56,83,29); }
div.DivClassName
{
background-color: #38531D;
}
.BgClassName
{
background-color: #38531D;
}
</style>
border-color css
<style>
span { border-color: #38531D; }
span { border-color: rgb(56,83,29); }
td.TdClassName
{
border-color: #38531D;
}
.TagClassName
{
border-color: #38531D;
}
</style>