Shades of Seaweed #384A27
Tints of Seaweed #384A27
RGB
CMYK
RGB Variations
Color information
#384A27 (or 0x384A27) is known color: Seaweed. HEX triplet: 38, 4A and 27. RGB value is (56,74,39). Sum of RGB (Red+Green+Blue) = 56+74+39=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 74 - color contains mainly: green. Hex color #384A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A27 is #C7B5D8. Grayscale: #404040. Windows color (decimal): -13088217 or 2574904. OLE color: 2574904.
HSL color Cylindrical-coordinate representation of color #384A27: hue angle of 90.86º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #384A27 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 74 | 39 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.71 |
| HSL | 90.86º | 0.31% | 0.22% | - |
| HSV(B) | 90.86º | 0.47% | 0.29% | - |
| XYZ | 4.45 | 5.88 | 2.82 | - |
| YUV | 64.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 39 | 0.24 | 0 | 0.47 | 0.71 | 90.86 | 0.31 | 0.22 |
| Hex | 38 | 4A | 27 | 18 | 0 | 2F | 47 | 5B | 1F | 16 |
| Octal | 70 | 112 | 47 | 30 | 0 | 57 | 107 | 133 | 37 | 26 |
| Binary | 111000 | 1001010 | 100111 | 11000 | 0 | 101111 | 1000111 | 1011011 | 11111 | 10110 |
Color Harmonies of #384A27
Complementary color
Monochromatic Colors of #384A27
Black with #384A27
Text Example
Text Example
White with #384A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A27; }
p { color: rgb(56,74,39); }
H1.HeaderClassName
{
color: #384A27;
}
.AnyTagClassName
{
color: #384A27;
}
</style>
background-color css
<style>
a { background-color: #384A27; }
a { background-color: rgb(56,74,39); }
div.DivClassName
{
background-color: #384A27;
}
.BgClassName
{
background-color: #384A27;
}
</style>
border-color css
<style>
span { border-color: #384A27; }
span { border-color: rgb(56,74,39); }
td.TdClassName
{
border-color: #384A27;
}
.TagClassName
{
border-color: #384A27;
}
</style>