Shades of Seaweed #394F20
Tints of Seaweed #394F20
RGB
CMYK
RGB Variations
Color information
#394F20 (or 0x394F20) is known color: Seaweed. HEX triplet: 39, 4F and 20. RGB value is (57,79,32). Sum of RGB (Red+Green+Blue) = 57+79+32=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #394F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F20 is #C6B0DF. Grayscale: #434343. Windows color (decimal): -13021408 or 2117433. OLE color: 2117433.
HSL color Cylindrical-coordinate representation of color #394F20: hue angle of 88.09º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #394F20 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 79 | 32 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.69 |
| HSL | 88.09º | 0.42% | 0.22% | - |
| HSV(B) | 88.09º | 0.59% | 0.31% | - |
| XYZ | 4.74 | 6.57 | 2.38 | - |
| YUV | 67.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 32 | 0.28 | 0 | 0.59 | 0.69 | 88.09 | 0.42 | 0.22 |
| Hex | 39 | 4F | 20 | 1C | 0 | 3B | 45 | 58 | 2A | 16 |
| Octal | 71 | 117 | 40 | 34 | 0 | 73 | 105 | 130 | 52 | 26 |
| Binary | 111001 | 1001111 | 100000 | 11100 | 0 | 111011 | 1000101 | 1011000 | 101010 | 10110 |
Color Harmonies of #394F20
Complementary color
Monochromatic Colors of #394F20
Black with #394F20
Text Example
Text Example
White with #394F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394F20; }
p { color: rgb(57,79,32); }
H1.HeaderClassName
{
color: #394F20;
}
.AnyTagClassName
{
color: #394F20;
}
</style>
background-color css
<style>
a { background-color: #394F20; }
a { background-color: rgb(57,79,32); }
div.DivClassName
{
background-color: #394F20;
}
.BgClassName
{
background-color: #394F20;
}
</style>
border-color css
<style>
span { border-color: #394F20; }
span { border-color: rgb(57,79,32); }
td.TdClassName
{
border-color: #394F20;
}
.TagClassName
{
border-color: #394F20;
}
</style>