Shades of Seaweed #394A25
Tints of Seaweed #394A25
RGB
CMYK
RGB Variations
Color information
#394A25 (or 0x394A25) is known color: Seaweed. HEX triplet: 39, 4A and 25. RGB value is (57,74,37). Sum of RGB (Red+Green+Blue) = 57+74+37=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 74 - color contains mainly: green. Hex color #394A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394A25 is #C6B5DA. Grayscale: #404040. Windows color (decimal): -13022683 or 2443833. OLE color: 2443833.
HSL color Cylindrical-coordinate representation of color #394A25: hue angle of 87.57º 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 #394A25 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 74 | 37 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.71 |
| HSL | 87.57º | 0.33% | 0.22% | - |
| HSV(B) | 87.57º | 0.5% | 0.29% | - |
| XYZ | 4.47 | 5.9 | 2.65 | - |
| YUV | 64.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 37 | 0.23 | 0 | 0.50 | 0.71 | 87.57 | 0.33 | 0.22 |
| Hex | 39 | 4A | 25 | 17 | 0 | 32 | 47 | 58 | 21 | 16 |
| Octal | 71 | 112 | 45 | 27 | 0 | 62 | 107 | 130 | 41 | 26 |
| Binary | 111001 | 1001010 | 100101 | 10111 | 0 | 110010 | 1000111 | 1011000 | 100001 | 10110 |
Color Harmonies of #394A25
Complementary color
Monochromatic Colors of #394A25
Black with #394A25
Text Example
Text Example
White with #394A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A25; }
p { color: rgb(57,74,37); }
H1.HeaderClassName
{
color: #394A25;
}
.AnyTagClassName
{
color: #394A25;
}
</style>
background-color css
<style>
a { background-color: #394A25; }
a { background-color: rgb(57,74,37); }
div.DivClassName
{
background-color: #394A25;
}
.BgClassName
{
background-color: #394A25;
}
</style>
border-color css
<style>
span { border-color: #394A25; }
span { border-color: rgb(57,74,37); }
td.TdClassName
{
border-color: #394A25;
}
.TagClassName
{
border-color: #394A25;
}
</style>