Shades of Seaweed #384A25
Tints of Seaweed #384A25
RGB
CMYK
RGB Variations
Color information
#384A25 (or 0x384A25) is known color: Seaweed. HEX triplet: 38, 4A and 25. RGB value is (56,74,37). Sum of RGB (Red+Green+Blue) = 56+74+37=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 74 - color contains mainly: green. Hex color #384A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A25 is #C7B5DA. Grayscale: #404040. Windows color (decimal): -13088219 or 2443832. OLE color: 2443832.
HSL color Cylindrical-coordinate representation of color #384A25: hue angle of 89.19º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #384A25 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 74 | 37 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.71 |
| HSL | 89.19º | 0.33% | 0.22% | - |
| HSV(B) | 89.19º | 0.5% | 0.29% | - |
| XYZ | 4.41 | 5.87 | 2.65 | - |
| YUV | 64.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 37 | 0.24 | 0 | 0.50 | 0.71 | 89.19 | 0.33 | 0.22 |
| Hex | 38 | 4A | 25 | 18 | 0 | 32 | 47 | 59 | 21 | 16 |
| Octal | 70 | 112 | 45 | 30 | 0 | 62 | 107 | 131 | 41 | 26 |
| Binary | 111000 | 1001010 | 100101 | 11000 | 0 | 110010 | 1000111 | 1011001 | 100001 | 10110 |
Color Harmonies of #384A25
Complementary color
Monochromatic Colors of #384A25
Black with #384A25
Text Example
Text Example
White with #384A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A25; }
p { color: rgb(56,74,37); }
H1.HeaderClassName
{
color: #384A25;
}
.AnyTagClassName
{
color: #384A25;
}
</style>
background-color css
<style>
a { background-color: #384A25; }
a { background-color: rgb(56,74,37); }
div.DivClassName
{
background-color: #384A25;
}
.BgClassName
{
background-color: #384A25;
}
</style>
border-color css
<style>
span { border-color: #384A25; }
span { border-color: rgb(56,74,37); }
td.TdClassName
{
border-color: #384A25;
}
.TagClassName
{
border-color: #384A25;
}
</style>