Shades of Green Kelp #394025
Tints of Green Kelp #394025
RGB
CMYK
RGB Variations
Color information
#394025 (or 0x394025) is known color: Green Kelp. HEX triplet: 39, 40 and 25. RGB value is (57,64,37). Sum of RGB (Red+Green+Blue) = 57+64+37=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #394025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394025 is #C6BFDA. Grayscale: #3A3A3A. Windows color (decimal): -13025243 or 2441273. OLE color: 2441273.
HSL color Cylindrical-coordinate representation of color #394025: hue angle of 75.56º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #394025 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 64 | 37 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.75 |
| HSL | 75.56º | 0.27% | 0.2% | - |
| HSV(B) | 75.56º | 0.42% | 0.25% | - |
| XYZ | 3.85 | 4.67 | 2.45 | - |
| YUV | 58.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 37 | 0.11 | 0 | 0.42 | 0.75 | 75.56 | 0.27 | 0.2 |
| Hex | 39 | 40 | 25 | B | 0 | 2A | 4B | 4C | 1B | 14 |
| Octal | 71 | 100 | 45 | 13 | 0 | 52 | 113 | 114 | 33 | 24 |
| Binary | 111001 | 1000000 | 100101 | 1011 | 0 | 101010 | 1001011 | 1001100 | 11011 | 10100 |
Color Harmonies of #394025
Complementary color
Monochromatic Colors of #394025
Black with #394025
Text Example
Text Example
White with #394025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394025; }
p { color: rgb(57,64,37); }
H1.HeaderClassName
{
color: #394025;
}
.AnyTagClassName
{
color: #394025;
}
</style>
background-color css
<style>
a { background-color: #394025; }
a { background-color: rgb(57,64,37); }
div.DivClassName
{
background-color: #394025;
}
.BgClassName
{
background-color: #394025;
}
</style>
border-color css
<style>
span { border-color: #394025; }
span { border-color: rgb(57,64,37); }
td.TdClassName
{
border-color: #394025;
}
.TagClassName
{
border-color: #394025;
}
</style>