Shades of Evening Sea #145949
Tints of Evening Sea #145949
RGB
CMYK
RGB Variations
Color information
#145949 (or 0x145949) is known color: Evening Sea. HEX triplet: 14, 59 and 49. RGB value is (20,89,73). Sum of RGB (Red+Green+Blue) = 20+89+73=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #145949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145949 is #EBA6B6. Grayscale: #424242. Windows color (decimal): -15443639 or 4806932. OLE color: 4806932.
HSL color Cylindrical-coordinate representation of color #145949: hue angle of 166.09º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145949 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 89 | 73 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.65 |
| HSL | 166.09º | 0.63% | 0.21% | - |
| HSV(B) | 166.09º | 0.78% | 0.35% | - |
| XYZ | 5.06 | 7.77 | 7.54 | - |
| YUV | 66.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 73 | 0.78 | 0 | 0.18 | 0.65 | 166.09 | 0.63 | 0.21 |
| Hex | 14 | 59 | 49 | 4E | 0 | 12 | 41 | A6 | 3F | 15 |
| Octal | 24 | 131 | 111 | 116 | 0 | 22 | 101 | 246 | 77 | 25 |
| Binary | 10100 | 1011001 | 1001001 | 1001110 | 0 | 10010 | 1000001 | 10100110 | 111111 | 10101 |
Color Harmonies of #145949
Complementary color
Monochromatic Colors of #145949
Black with #145949
Text Example
Text Example
White with #145949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145949; }
p { color: rgb(20,89,73); }
H1.HeaderClassName
{
color: #145949;
}
.AnyTagClassName
{
color: #145949;
}
</style>
background-color css
<style>
a { background-color: #145949; }
a { background-color: rgb(20,89,73); }
div.DivClassName
{
background-color: #145949;
}
.BgClassName
{
background-color: #145949;
}
</style>
border-color css
<style>
span { border-color: #145949; }
span { border-color: rgb(20,89,73); }
td.TdClassName
{
border-color: #145949;
}
.TagClassName
{
border-color: #145949;
}
</style>