Shades of Evening Sea #165946
Tints of Evening Sea #165946
RGB
CMYK
RGB Variations
Color information
#165946 (or 0x165946) is known color: Evening Sea. HEX triplet: 16, 59 and 46. RGB value is (22,89,70). Sum of RGB (Red+Green+Blue) = 22+89+70=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #165946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165946 is #E9A6B9. Grayscale: #424242. Windows color (decimal): -15312570 or 4610326. OLE color: 4610326.
HSL color Cylindrical-coordinate representation of color #165946: hue angle of 162.99º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165946 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 89 | 70 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.65 |
| HSL | 162.99º | 0.6% | 0.22% | - |
| HSV(B) | 162.99º | 0.75% | 0.35% | - |
| XYZ | 5.01 | 7.76 | 7.03 | - |
| YUV | 66.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 70 | 0.75 | 0 | 0.21 | 0.65 | 162.99 | 0.6 | 0.22 |
| Hex | 16 | 59 | 46 | 4B | 0 | 15 | 41 | A3 | 3C | 16 |
| Octal | 26 | 131 | 106 | 113 | 0 | 25 | 101 | 243 | 74 | 26 |
| Binary | 10110 | 1011001 | 1000110 | 1001011 | 0 | 10101 | 1000001 | 10100011 | 111100 | 10110 |
Color Harmonies of #165946
Complementary color
Monochromatic Colors of #165946
Black with #165946
Text Example
Text Example
White with #165946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165946; }
p { color: rgb(22,89,70); }
H1.HeaderClassName
{
color: #165946;
}
.AnyTagClassName
{
color: #165946;
}
</style>
background-color css
<style>
a { background-color: #165946; }
a { background-color: rgb(22,89,70); }
div.DivClassName
{
background-color: #165946;
}
.BgClassName
{
background-color: #165946;
}
</style>
border-color css
<style>
span { border-color: #165946; }
span { border-color: rgb(22,89,70); }
td.TdClassName
{
border-color: #165946;
}
.TagClassName
{
border-color: #165946;
}
</style>